]> git.zerfleddert.de Git - FreeShisen/blobdiff - AndroidManifest.xml
add two more png tilesets
[FreeShisen] / AndroidManifest.xml
index 92f9f9447f0c52c8d47233be5a54f140af848414..090af30b23967278e0c6f75463a0c392f68a7d6c 100644 (file)
@@ -1,21 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="de.cwde.shisensho"
-    android:versionCode="3"
+    package="de.cwde.freeshisen"
+    android:versionCode="6"
     android:versionName="0.3" >
 
     <uses-sdk
         android:minSdkVersion="5"
         android:targetSdkVersion="10" >
+
+        <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
     </uses-sdk>
 
     <application
-        android:name="de.cwde.shisensho.ShisenSho"
+        android:name="de.cwde.freeshisen.ShisenSho"
         android:allowBackup="true"
         android:icon="@drawable/icon"
         android:label="@string/app_name" >
         <activity
-            android:name="de.cwde.shisensho.ShisenShoActivity"
+            android:name="de.cwde.freeshisen.ShisenShoActivity"
             android:screenOrientation="landscape" >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
             </intent-filter>
         </activity>
         <activity
-            android:name="de.cwde.shisensho.SettingsActivity"
-            android:parentActivityName="de.cwde.shisensho.ShisenShoActivity"
+            android:name="de.cwde.freeshisen.SettingsActivity"
+            android:parentActivityName="de.cwde.freeshisen.ShisenShoActivity"
             android:screenOrientation="landscape" >
             <meta-data
                 android:name="android.support.PARENT_ACTIVITY"
-                android:value="de.cwde.shisensho.ShisenShoActivity" />
+                android:value="de.cwde.freeshisen.ShisenShoActivity" />
+
             <intent-filter>
-                <action android:name="de.cwde.shisensho.SETTINGS" />
+                <action android:name="de.cwde.freeshisen.SETTINGS" />
 
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
         </activity>
         <activity
-            android:name="de.cwde.shisensho.HighscoreActivity"
-            android:parentActivityName="de.cwde.shisensho.ShisenShoActivity"
+            android:name="de.cwde.freeshisen.HighscoreActivity"
+            android:parentActivityName="de.cwde.freeshisen.ShisenShoActivity"
             android:screenOrientation="landscape" >
             <meta-data
                 android:name="android.support.PARENT_ACTIVITY"
-                android:value="de.cwde.shisensho.ShisenShoActivity" />
+                android:value="de.cwde.freeshisen.ShisenShoActivity" />
+
+            <intent-filter>
+                <action android:name="de.cwde.freeshisen.HISCORE" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
         </activity>
     </application>
 
Impressum, Datenschutz