From c3e775bb115bdd02c22b95aa70894695261d200a Mon Sep 17 00:00:00 2001 From: Alan Stokes Date: Fri, 14 Jun 2019 16:06:36 +0100 Subject: Explicitly grant START_ACTIVITIES_FROM_BACKGROUND to com.android.phone. It's needed because when we broadcast ACTION_SIM_SLOT_STATUS_CHANGED we want to allow the receiving app to start an activity from the background. The app already has it implicitly, since it has the same shared UID as com.android.stk which has the permission for unrelated reasons. Making it explicit makes it less likely it will lose the permission accidentally re-introducing a subtly bug. Bug: 132691768 Test: Builds Change-Id: I85669423e628b4534a3f28efd17947ca2481454e Merged-In: I85669423e628b4534a3f28efd17947ca2481454e --- data/etc/privapp-permissions-platform.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 3d47f428286a..14011373d2ed 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -152,6 +152,7 @@ applications that come with the platform + -- cgit v1.2.3-59-g8ed1b