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

Commit 89ff2a3f authored by Collin Fijalkovich's avatar Collin Fijalkovich
Browse files

Allow Traceur to take START_FOREGROUND_SERVICES_FROM_BACKGROUND

As part of targetting the Android S API level, we need to explicitly
allow the privapp Traceur to start services from the background.

Test: atest TraceurUiTest
Bug: 176849372
Change-Id: I58c2a23653541f8516beedf0971d60403eedbb02
parent 0c04c923
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -445,6 +445,8 @@ applications that come with the platform
    <privapp-permissions package="com.android.traceur">
        <!-- Permissions required to receive BUGREPORT_STARTED intent -->
        <permission name="android.permission.DUMP"/>
        <!-- Permissions required to start/stop tracing -->
        <permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
        <!-- Permissions required for quick settings tile -->
        <permission name="android.permission.STATUS_BAR"/>
    </privapp-permissions>