aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-05-20 11:10:24 -0600
committerIván Ávalos <avalos@disroot.org>2023-05-20 11:12:14 -0600
commit3a3af285a7460a7e2f6850b9a8dd7465492163f6 (patch)
tree2a6b3bf80e0f54df85e552b5a0eec2bddf30daf2 /android/app/src/debug/AndroidManifest.xml
downloadlinkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.tar.gz
linkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.tar.bz2
linkchat-3a3af285a7460a7e2f6850b9a8dd7465492163f6.zip
Primer commit
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-rw-r--r--android/app/src/debug/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..399f698
--- /dev/null
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- The INTERNET permission is required for development. Specifically,
+ the Flutter tool needs it to communicate with the running application
+ to allow setting breakpoints, to provide hot reload, etc.
+ -->
+ <uses-permission android:name="android.permission.INTERNET"/>
+</manifest>