summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chyn <kchyn@google.com>2017-08-10 11:40:37 -0700
committerKevin Chyn <kchyn@google.com>2017-08-10 13:29:28 -0700
commit92500f57d07f6e962004572efa57ddc345ec7faa (patch)
tree50f635286c672570c864da499c641f4fe6e9bd4c
parent0716c8e60ec30a1ef42a57ef19a091866b5984c7 (diff)
downloadbase-92500f57d07f6e962004572efa57ddc345ec7faa.tar.gz
Fix CTS, Remove CONFIGURE_ASSIST_GESTURE permission
Test: make -j56 cts run cts -m CtsPermission2TestCases -t android.permission2.cts.PermissionPolicyTest#testPlatformPermissionPolicyUnaltered --skip-connectivity-check --skip-preconditions --serial <device serial> Fixes: 64560640 Change-Id: Ic807028567da9a4f3f108121d3e36358a513cf04
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index a8dcf7c71d4d..fb14c64366e7 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1792,10 +1792,6 @@
<permission android:name="android.permission.MANAGE_USERS"
android:protectionLevel="signature|privileged" />
- <!-- @hide Allows an application to configure the assist gesture -->
- <permission android:name="android.permission.CONFIGURE_ASSIST_GESTURE"
- android:protectionLevel="signature" />
-
<!-- @hide Allows an application to create, remove users and get the list of
users on the device. Applications holding this permission can only create restricted,
guest, managed, demo, and ephemeral users. For creating other kind of users,