summaryrefslogtreecommitdiffhomepage
path: root/ui/src/googleplay/AndroidManifest.xml
blob: 1343edbbd62b6fa5f20e389e86e46e38df811734 (plain)
1
2
3
4
5
6
7
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" />
    <application>
       <receiver android:name=".updater.Updater$AppUpdatedReceiver" tools:node="remove" />
    </application>
</manifest>