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

Commit 95bc2bfb authored by Michael Groover's avatar Michael Groover
Browse files

Add privapp-permissions for wm.shell

The privileged flag was added to the
SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE permission. This commit updates
the platform's privapp-permissions for the wm.shell package to
include this permission.

Bug: 380120712
Flag: android.security.subscribe_to_keyguard_locked_state_perm_priv_flag
Test: Manually verified device booted with permission flag update
Change-Id: I466da2e6af665d1f1e05e30ac9dd1b6672abe7ec
parent 6e94ac77
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -679,4 +679,8 @@ applications that come with the platform
        <permission name="android.permission.BATTERY_STATS"/>
        <permission name="android.permission.ENTER_TRADE_IN_MODE"/>
    </privapp-permissions>

    <privapp-permissions package="com.android.wm.shell">
        <permission name="android.permission.SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE" />
    </privapp-permissions>
</permissions>