Allow com.android.settings to have CONTROL_UI_TRACING (2nd try)

This CL allows

  com.android.settings

to have a "signature|privileged" permission

  android.permission.CONTROL_UI_TRACING

permission.  This permission will be used for QS DevelopmentTiles to
continue being allowed to access WM/IME tracing IPCs.

Bug: 172444310
Test: cf_x86_64_phone-userdebug still boots up
Test: cf_x86_64_auto-userdebug still boots up
Change-Id: I9aa69247f02447f2454e42e3625f0ed764991edf
This commit is contained in:
Yohei Yukawa
2022-07-25 18:38:26 +09:00
parent 2fcc4501c9
commit 6a571bf6c6

View File

@@ -23,6 +23,7 @@
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
<permission name="android.permission.CHANGE_APP_IDLE_STATE"/>
<permission name="android.permission.CHANGE_CONFIGURATION"/>
<permission name="android.permission.CONTROL_UI_TRACING"/>
<permission name="android.permission.DELETE_PACKAGES"/>
<permission name="android.permission.FORCE_STOP_PACKAGES"/>
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>