diff options
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r-- | android/AndroidManifest.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml deleted file mode 100644 index fb555f3..0000000 --- a/android/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="ch.asynk.zproject" > - - <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="27" /> - - <application - android:allowBackup="true" - android:icon="@drawable/ic_launcher" - android:label="@string/app_name" - android:theme="@style/GdxTheme" > - <activity - android:name="ch.asynk.zproject.AndroidLauncher" - android:label="@string/app_name" - android:screenOrientation="landscape" - android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize"> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - </application> - -</manifest> |