aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-08-04 22:17:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-08-04 22:17:45 +0000
commitca45ed84ae6cad652e422aaa8b4e6369344d8a67 (patch)
treefb293a8922153e3b714a9047a913e4c9f03245b2
parenta35812d7b35fddf3e6a07f63d806a103800ab4f7 (diff)
parent8247bb8fd12b17916e9f897bfc1640ce23abfcd9 (diff)
downloadplatform_compatibility_cdd-ca45ed84ae6cad652e422aaa8b4e6369344d8a67.tar.gz
platform_compatibility_cdd-ca45ed84ae6cad652e422aaa8b4e6369344d8a67.tar.bz2
platform_compatibility_cdd-ca45ed84ae6cad652e422aaa8b4e6369344d8a67.zip
Merge "CDD: Require to display the same consistent UI for ACTION_MANAGE_OVERLAY_PERMISSION intent." into rvc-dev
-rw-r--r--9_security-model/9_1_permissions.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/9_security-model/9_1_permissions.md b/9_security-model/9_1_permissions.md
index ebb1927d..294e8bc8 100644
--- a/9_security-model/9_1_permissions.md
+++ b/9_security-model/9_1_permissions.md
@@ -106,3 +106,14 @@ apps, from accessing the usage statistics, they:
https://developer.android.com/reference/android/provider/Settings.html#ACTION&lowbar;USAGE&lowbar;ACCESS&lowbar;SETTINGS)
intent pattern but MUST implement it as a no-op, that is to have an
equivalent behavior as when the user is declined for access.
+
+If device implementations provide a user affordance to choose which apps can
+draw on top of other apps with an activity that handles the
+[`ACTION_MANAGE_OVERLAY_PERMISSION`](https://developer.android.com/reference/android/provider/Settings.html#ACTION_MANAGE_OVERLAY_PERMISSION)
+intent, they:
+
+* [C-2-1] MUST ensure that all activities with intent filters for the
+ [`ACTION_MANAGE_OVERLAY_PERMISSION`](
+ https://developer.android.com/reference/android/provider/Settings.html#ACTION_MANAGE_OVERLAY_PERMISSION)
+ intent have the same UI screen, regardless of the initiating app or any
+ information it provides. \ No newline at end of file