summaryrefslogtreecommitdiff
path: root/android/app/src/profile/AndroidManifest.xml
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2022-02-17 05:25:02 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2022-02-17 05:25:02 +0900
commitbf92a0bbfdee7be31cbbaa650af1fba15bb2d989 (patch)
tree452c10ea2a6e4afee9d36677a182ae1418b85022 /android/app/src/profile/AndroidManifest.xml
initial commitHEADmaster
Diffstat (limited to 'android/app/src/profile/AndroidManifest.xml')
-rw-r--r--android/app/src/profile/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
new file mode 100644
index 0000000..b9a8d98
--- /dev/null
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.example.doujinsea">
+ <!-- Flutter 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>