Initial version
[xposed-ouya-plain-purchases.git] / xposed-ouya-plain-purchases / src / main / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     package="de.cweiske.ouya.plainpurchases">
4
5     <application
6         android:allowBackup="true"
7         android:icon="@mipmap/broken_encryption_48"
8         android:label="OUYA plain purchases"
9         tools:ignore="GoogleAppIndexingWarning">
10         <meta-data
11             android:name="xposedmodule"
12             android:value="true" />
13         <meta-data
14             android:name="xposeddescription"
15             android:value="Do not encrypt JSON purchase requests to the OUYA API" />
16         <meta-data
17             android:name="xposedminversion"
18             android:value="47" />
19     </application>
20 </manifest>