]> git.zerfleddert.de Git - FreeShisen/blobdiff - AndroidManifest.xml
add highscore menu option
[FreeShisen] / AndroidManifest.xml
index 651a554962cc8f62aab484a404d315c3a2057d7f..a276329219f30807151a7d61861bba049d47b3d6 100644 (file)
@@ -1,12 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="de.cwde.freeshisen"
-    android:versionCode="3"
-    android:versionName="0.3" >
+    android:versionCode="1"
+    android:versionName="0.1" >
 
     <uses-sdk
         android:minSdkVersion="5"
         android:targetSdkVersion="10" >
+
+        <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
     </uses-sdk>
 
     <application
@@ -30,6 +32,7 @@
             <meta-data
                 android:name="android.support.PARENT_ACTIVITY"
                 android:value="de.cwde.freeshisen.ShisenShoActivity" />
+
             <intent-filter>
                 <action android:name="de.cwde.freeshisen.SETTINGS" />
 
             <meta-data
                 android:name="android.support.PARENT_ACTIVITY"
                 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