From 1009c5341112e062efa8703516467a7cde72ffa7 Mon Sep 17 00:00:00 2001 From: Kevin Jeon Date: Fri, 17 Mar 2023 17:47:22 +0000 Subject: 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 --- data/etc/privapp-permissions-platform.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 813b7995fe89..3dd16721e529 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -516,6 +516,8 @@ applications that come with the platform + + -- cgit v1.2.3-59-g8ed1b