Skip to content

Commit

Permalink
fix(android): add missing permission to example app
Browse files Browse the repository at this point in the history
matamegger committed Mar 5, 2024
1 parent f9619c3 commit 7fa7d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
<!--Only needed if the offline feature is used-->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<!--END-->

0 comments on commit 7fa7d3a

Please sign in to comment.