summaryrefslogtreecommitdiff
path: root/player-android/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'player-android/android/app/src/debug/AndroidManifest.xml')
-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>