Skip to content

Commit

Permalink
Update Android manifest to include internet permission (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnugraha authored Dec 25, 2023
1 parent 213cc3e commit 0351656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kotlin/flwr/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

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

0 comments on commit 0351656

Please sign in to comment.