Skip to content

Commit

Permalink
Android: add missing internet permission in release manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jan 12, 2025
1 parent 4b35e53 commit b66eb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

Expand Down

0 comments on commit b66eb78

Please sign in to comment.