diff options
author | 2023-12-12 16:21:47 +0000 | |
---|---|---|
committer | 2023-12-12 16:21:47 +0000 | |
commit | 87c4e86f4a5bc25ddfd700f11e112a89b4087407 (patch) | |
tree | f3e5ec790dbe70d27fdffdce00f0874820c67839 | |
parent | 9ff25cd2ceba64b6fe6c90dd63ed60028f88fbfa (diff) | |
parent | ef760fb50f49f6d3905b67e887ac26f6fd29fe1d (diff) |
Merge "Update CTS tests for the new a11y motion observing permission." into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index cc68a8a37..5f9049841 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7070,6 +7070,13 @@ <permission android:name="android.permission.MANAGE_ACCESSIBILITY" android:protectionLevel="signature|setup|recents|role" /> + <!-- @FlaggedApi("com.android.server.accessibility.motion_event_observing") + @hide + @TestApi + Allows an accessibility service to observe motion events without consuming them. --> + <permission android:name="android.permission.ACCESSIBILITY_MOTION_EVENT_OBSERVING" + android:protectionLevel="signature" /> + <!-- @SystemApi Allows an app to grant a profile owner access to device identifiers. <p>Not for use by third-party applications. @deprecated |