Skip to content

Commit

Permalink
chore: add missing comment for Android permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi authored Oct 3, 2023
1 parent a726523 commit e036f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<!--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.POST_NOTIFICATIONS"/>
<!--END-->

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

0 comments on commit e036f27

Please sign in to comment.