]> git.zerfleddert.de Git - FreeShisen/blobdiff - AndroidManifest.xml
Optimize "traditional" tileset a bit; bump version for testing
[FreeShisen] / AndroidManifest.xml
index 1f6e324de0afa1c7b1ed0f5fd6cbceda7694315c..296090c804e0d2352d01697116f62514745055b8 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="de.cwde.freeshisen"
-    android:versionCode="1"
-    android:versionName="0.1" >
+    android:versionCode="5"
+    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>
 
@@ -31,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