Skip to content

Commit 3375f8e

Browse files
committed
Add permissions for foreground service and data sync in AndroidManifest
1 parent 9a2f821 commit 3375f8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
</feature>
3030
</config-file>
3131
<config-file target="AndroidManifest.xml" parent="/manifest">
32+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
33+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
3234
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
3335
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
3436
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)