aboutsummaryrefslogtreecommitdiff
path: root/android/app/src/debug
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-02 15:26:52 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-02 15:26:52 +0530
commitf35758beb2719c64e513f684b366c3d0db1c0ec0 (patch)
tree8c3ea4eae817d3507bb4b94f0b75e036813f9c67 /android/app/src/debug
downloaddaft-launcher-f35758beb2719c64e513f684b366c3d0db1c0ec0.tar.gz
daft-launcher-f35758beb2719c64e513f684b366c3d0db1c0ec0.zip
Init commit with the boilerplate shit
Diffstat (limited to '')
-rw-r--r--android/app/src/debug/AndroidManifest.xml7
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..ec5cd1d
--- /dev/null
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.example.owyn">
+ <!-- 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>