diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-16 16:04:07 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-17 09:08:55 +0100 |
commit | 08f2adb6397557ac27cf3780aa8f8222cbc51982 (patch) | |
tree | f9ee48a8f120e9bcb93f6f172fd88a89f3d45372 /android/app/src/debug/AndroidManifest.xml |
Initial Commit
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-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> |