Files
shattered-pixel-dungeon-web…/SPD-classes/src/main/AndroidManifest.xml
T
2018-10-24 03:00:48 -04:00

15 lines
325 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.watabou">
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-feature
android:glEsVersion="0x00020000"/>
<application
android:label="@string/app_name"
>
</application>
</manifest>