aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-03 10:29:17 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-03 10:29:17 +0200
commit05c7e42a8ce55a21c94338febad593bfbf638655 (patch)
tree5465475f3565da1b724f4cd9bfcc0eb3b67fd167 /Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml
parent3a70d596ada24ad6f92f729d564ab29c3e249f06 (diff)
downloadTango-05c7e42a8ce55a21c94338febad593bfbf638655.tar.gz
Tango-05c7e42a8ce55a21c94338febad593bfbf638655.zip
MERGE
Diffstat (limited to 'Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml')
-rw-r--r--Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml b/Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..8978fcb47
--- /dev/null
+++ b/Software/Android_Studio/Tango.Web/src/main/AndroidManifest.xml
@@ -0,0 +1,6 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.twine.tango.web">
+
+ <uses-permission android:name="android.permission.INTERNET" />
+
+</manifest>