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

Commit 5da5eac4 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Allow com.android.settings to have CONTROL_UI_TRACING

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: the device still boots up
Change-Id: I34bc22392cb4fa233126b46fb979638c90a3c3c6
parent 13785e6c
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"/>