summaryrefslogtreecommitdiffhomepage
path: root/ui/src/googleplay/AndroidManifest.xml
blob: f1c05ed6126f40ccf1bc1850633ba2212da64df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>