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

Commit f25afa90 authored by jiaohy's avatar jiaohy
Browse files

Add START_ACTIVITIES_FROM_BACKGROUND permission to PermissionController

Bug: 130827484
Test: Flash locally and run bugreport api, toast won't show and dialog
poped up instead of notification.

Change-Id: I7e331a66015e8e4b27daa67af9341e2668b37adb
parent be31f46d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@
    <uses-permission android:name="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS" />
    <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
    <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME" />
    <!-- This permission will be removed in R. -->
    <uses-permission android:name="android.permission.START_ACTIVITIES_FROM_BACKGROUND" />

    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />