]> git.zerfleddert.de Git - FreeShisen/blobdiff - bin/AndroidManifest.xml
remove generated files
[FreeShisen] / bin / AndroidManifest.xml
diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml
deleted file mode 100644 (file)
index 6de4e1e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-      package="org.proofofconcept.shisensho"
-      android:versionCode="1"
-      android:versionName="1.0">
-    <uses-sdk android:minSdkVersion="4"></uses-sdk>
-
-
-       <application android:icon="@drawable/icon" android:label="@string/app_name"
-               android:name=".ShisenSho">
-               <activity android:name=".ShisenShoActivity"
-                       android:screenOrientation="landscape">
-                       <intent-filter>
-                               <action android:name="android.intent.action.MAIN" />
-                               <category android:name="android.intent.category.LAUNCHER" />
-                       </intent-filter>
-               </activity>
-               <activity 
-                   android:name=".ShisenShoOptionsActivity"
-                       android:screenOrientation="landscape">
-                       <intent-filter>
-                               <action android:name="org.proofofconcept.shisensho.SETTINGS"/>
-                               <category android:name="android.intent.category.DEFAULT"></category>
-                       </intent-filter>
-               </activity>
-
-       </application>
-</manifest>
\ No newline at end of file
Impressum, Datenschutz