Skip to content

Commit

Permalink
Fixes mauron85#57 - Missing permissions for ACCESS_BACKGROUND_LOCATIO…
Browse files Browse the repository at this point in the history
…N - API level 29
  • Loading branch information
HarelM committed Oct 1, 2020
1 parent 2693e07 commit 397e6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
</manifest>

0 comments on commit 397e6bd

Please sign in to comment.