aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/googleplay/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/googleplay/AndroidManifest.xml')
-rw-r--r--ui/src/googleplay/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/googleplay/AndroidManifest.xml b/ui/src/googleplay/AndroidManifest.xml
new file mode 100644
index 00000000..6d64f732
--- /dev/null
+++ b/ui/src/googleplay/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools">
+
+ <uses-permission
+ android:name="android.permission.REQUEST_INSTALL_PACKAGES"
+ tools:node="remove" />
+</manifest>