diff options
author | uvok | 2025-07-21 15:23:19 +0200 |
---|---|---|
committer | uvok | 2025-07-21 15:23:19 +0200 |
commit | 9532e812f84a089cbf7fe8f35b3fa119fa17d728 (patch) | |
tree | 95c0ca0a6b5bd83dcb86175356d554b8ad89c91b /android/app/src/debug |
Add q&d flutter app
Diffstat (limited to 'android/app/src/debug')
-rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 7 |
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> |