From db7d916a51de2f6a2cf7aa48b00d455880ae16ae Mon Sep 17 00:00:00 2001 From: Kevin Jeon Date: Fri, 28 Jan 2022 18:43:21 +0000 Subject: [PATCH] Remove unnecessary permissions from Traceur This change removes the privapp allowlist from Traceur, which had previously explicitly granted the DUMP, QUERY_ALL_PACKAGES, START_FOREGROUND_SERVICES_FROM_BACKGROUND, and STATUS_BAR permissions. These permissions no longer need to be granted because Traceur is now a platform app. Bug: 209476712 Test: - Checked that Traceur can still take normal and long traces on AOSP userdebug and internal user/userdebug. - Checked that bugreports will stop ongoing traces. - Checked that the quick settings tile still stops/starts traces. Change-Id: I33cd317f9fe00e2e08ae205a832237bfe0df044a --- data/etc/privapp-permissions-platform.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index ee0fb44563368..619b0e7cd45ef 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -531,17 +531,6 @@ applications that come with the platform - - - - - - - - - - -