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

Commit 1009c534 authored by Kevin Jeon's avatar Kevin Jeon
Browse files

DO NOT MERGE: Grant MANAGE_USERS access to Traceur

This change updates the privapp allowlist to grant the MANAGE_USERS
permission to Traceur. This permission is needed to query admin user
status, as Traceur shouldn't be able to start if the current user is not
an admin.

Test: Using ABTD, apply this change with ag/22140600 to verify that
      Traceur still works as intended (opening app, tracing, etc.).
Bug: 262243665
Bug: 262244249
Change-Id: I481c95fed4a364239f0671ed1b4d9bfaa0b07bd6
parent 0e64b526
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -516,6 +516,8 @@ applications that come with the platform
        <permission name="android.permission.STATUS_BAR"/>
        <!-- Permissions required to query Betterbug -->
        <permission name="android.permission.QUERY_ALL_PACKAGES"/>
        <!-- Permissions required to query admin user status -->
        <permission name="android.permission.MANAGE_USERS"/>
    </privapp-permissions>

    <privapp-permissions package="com.android.tv">