summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-09-13 17:46:26 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-09-13 17:46:26 +0200
commit94add775a5d1d65667b6786ecf81d0aaff12164e (patch)
tree8ac73d883018b8c7b166c2b049c4d3eec6d7d5b2 /android/AndroidManifest.xml
parent88188156cfaf037866b5242fc1b06dd9754c2b94 (diff)
downloadgdx-boardgame-94add775a5d1d65667b6786ecf81d0aaff12164e.zip
gdx-boardgame-94add775a5d1d65667b6786ecf81d0aaff12164e.tar.gz
clean up, remove android, eclipse ...
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml24
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>