Skip to content

Commit

Permalink
Add Foreground Service data sync permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Dec 6, 2024
1 parent d013d2a commit 6a3abd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/quest/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" android:foregroundServiceType="dataSync" />

<application
android:name=".QuestApplication"
Expand Down

0 comments on commit 6a3abd8

Please sign in to comment.