mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
AndroidManifest.xml: remove FOREGROUND_SERVICE permission
We don't have a foreground service any more. JobScheduler runs in the background.
This commit is contained in:
parent
53990a285e
commit
4e2280d681
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue