diff options
author | 2023-12-04 20:56:50 +0000 | |
---|---|---|
committer | 2023-12-04 20:56:50 +0000 | |
commit | ef760fb50f49f6d3905b67e887ac26f6fd29fe1d (patch) | |
tree | 510c02b9f9cb573212e59f3b67ea762a13e32013 | |
parent | 164d051449356254696cad7dcd598bbf4929f580 (diff) |
Update CTS tests for the new a11y motion observing permission.
Bug: 297595990
Test: atest CtsPermissionPolicyTestCases:PermissionPolicyTest
Change-Id: Ia8281719848584a6bcf9e9336c639caf842ec074
-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 80978bf2f..d973a1b3f 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 |