summaryrefslogtreecommitdiff
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authoruvok2025-07-21 15:23:19 +0200
committeruvok2025-07-21 15:23:19 +0200
commit9532e812f84a089cbf7fe8f35b3fa119fa17d728 (patch)
tree95c0ca0a6b5bd83dcb86175356d554b8ad89c91b /android/app/src/debug/AndroidManifest.xml
Add q&d flutter app
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>