Skip to content

Commit

Permalink
android: add new permissions from android-34
Browse files Browse the repository at this point in the history
- android.permission.FOREGROUND_SERVICE_LOCATION is required for the service
- android.permission.POST_NOTIFICATIONS could be enable by the user to show the service dot
  • Loading branch information
janbar committed Sep 15, 2024
1 parent ef7f4b7 commit f3d8d87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<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.FOREGROUND_SERVICE_LOCATION"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<uses-feature android:name="android.hardware.location.gps" android:required="true" />

Expand Down

0 comments on commit f3d8d87

Please sign in to comment.