summaryrefslogtreecommitdiff
path: root/player-android/android/app/src/debug
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-17 20:18:35 +0300
committerPaul Buetow <paul@buetow.org>2026-05-17 20:18:35 +0300
commit5b1cfb8852009bf3c4ac56ea5ca833fff992864d (patch)
tree5d8dda332f9de2db47b7c508bbd9e7cb241e3048 /player-android/android/app/src/debug
parentc11b7c145fc1b2db6c1ed29a7abd739d0f6cbf3b (diff)
Complete player-android Flutter scaffold
Diffstat (limited to 'player-android/android/app/src/debug')
-rw-r--r--player-android/android/app/src/debug/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/player-android/android/app/src/debug/AndroidManifest.xml b/player-android/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..6088b5b
--- /dev/null
+++ b/player-android/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,4 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- Required by the Flutter tool for debugging, hot reload, and breakpoints. -->
+ <uses-permission android:name="android.permission.INTERNET" />
+</manifest>