summaryrefslogtreecommitdiffstats
path: root/android/app/src/profile
diff options
context:
space:
mode:
authorFelipe Erias <felipeerias@igalia.com>2021-10-29 14:38:21 +0900
committerFelipe Erias <felipeerias@igalia.com>2021-10-29 14:38:21 +0900
commita3d903e6b27a12bc2472972e585c351710418e42 (patch)
tree338baa9748ba371e14a17cfae4eedfbc0599a6dd /android/app/src/profile
Initial commit
Diffstat (limited to 'android/app/src/profile')
-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..fd2dae8
--- /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.flutter_homescreen">
+ <!-- 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>