For #3997 - Add new FOREGROUND_SERVICE permission for AndroidP+ (#4002)

On Android 28+ this is required for starting foreground services.
It is a normal permission, automatically granted by Android.
This commit is contained in:
Mugurell 2020-10-30 01:54:02 +02:00 committed by GitHub
parent 585304190f
commit c793827c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="com.google.android.apps.photos.permission.GOOGLE_PHOTOS" />
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<!-- Needed only if your app targets Android 5.0 (API level 21) or higher. -->