summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml')
-rw-r--r--SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml b/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml
deleted file mode 100644
index cc4968ff5..000000000
--- a/SDL_Android/LivioSdlUtilities/bin/AndroidManifest.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.livio.sdl"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="18" />
-
- <application
- android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:theme="@style/AppTheme" >
- </application>
-
-</manifest>