summaryrefslogtreecommitdiffhomepage
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.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/src/googleplay/AndroidManifest.xml b/ui/src/googleplay/AndroidManifest.xml
deleted file mode 100644
index f1c05ed6..00000000
--- a/ui/src/googleplay/AndroidManifest.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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" />
- <application>
- <receiver
- android:name=".updater.Updater$AppUpdatedReceiver"
- tools:node="remove" />
- </application>
-</manifest>