apple2ix/Android/app/src/main/AndroidManifest.xml
2015-03-10 13:28:27 -07:00

10 lines
295 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.deadc0de.apple2ix">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@drawable/ic_launcher" android:theme="@style/AppTheme">
</application>
</manifest>