Skip to content

Commit

Permalink
Add missing permission FOREGROUND_SERVICE_TYPE_DATA_SYNC
Browse files Browse the repository at this point in the history
It's required, because we have foreground services with this type.

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Oct 22, 2023
1 parent fbd1539 commit 3e724da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_TYPE_DATA_SYNC" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />

Expand Down

0 comments on commit 3e724da

Please sign in to comment.