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

Commit dacd6f26 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Give START_FOREGROUND_SERVICES_FROM_BACKGROUND to S apps

Bug: 175310205
Test: boot
Test: dumpsys package p | grep START_FOREGROUND_SERVICES_FROM_BACKGROUND
   and make sure they're all granted
Change-Id: I9ec4bab35b21733585d25519048e7bacb14298fa
parent 8615197b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@
    <uses-permission android:name="android.permission.LOG_COMPAT_CHANGE"/>
    <uses-permission android:name="android.permission.READ_COMPAT_CHANGE_CONFIG"/>

    <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>

    <application
        android:name=".DocumentsApplication"
        android:label="@string/app_label"