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

Commit c28c1767 authored by Vadivel Thekkamalai's avatar Vadivel Thekkamalai
Browse files

Add UPDATE_APP_OPS_STATS to privileged permissions

Bluetooth MAP client requires the UPDATE_APP_OPS_STATS permission
to access a telephony resource. This change adds the required
permission to the privileged app allowlist for the telephony
provider.

Bug: 443927435
Test: m aosp_arm64-trunk_staging-userdebug
Flag: EXEMPT BUGFIX
Change-Id: I37f087173564699dc3b20413bca33253d1338b21
parent 118823d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -237,6 +237,7 @@ applications that come with the platform
        <!-- Permissions required for reading and logging compat changes -->
        <permission name="android.permission.LOG_COMPAT_CHANGE" />
        <permission name="android.permission.READ_COMPAT_CHANGE_CONFIG" />
        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
    </privapp-permissions>

    <privapp-permissions package="com.android.server.security.authenticationpolicy">