Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a571bf6 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

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
parent 2fcc4501
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"/>