Skip to content

Commit

Permalink
fix: Remove unused INTERNET permission from AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Oct 15, 2024
1 parent fc5f762 commit 859c517
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@
android:resource="@xml/file_paths"></meta-data>
</provider>
</application>

<!-- Permissions -->

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

0 comments on commit 859c517

Please sign in to comment.