mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Fix sharing not resuming on boot under android 11
Due to access restrictions introduced under android 11(https://developer.android.com/guide/components/foreground-services#access-restrictions) you need an additional permissions to start recieveing location from a service that wasn't started by a foreground activity
This commit is contained in:
parent
e6263e7a9f
commit
00ad4bddb7
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
package="info.varden.hauk">
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue