]> git.zerfleddert.de Git - FreeShisen/blobdiff - AndroidManifest.xml
add highscore menu option
[FreeShisen] / AndroidManifest.xml
index 1f6e324de0afa1c7b1ed0f5fd6cbceda7694315c..a276329219f30807151a7d61861bba049d47b3d6 100644 (file)
@@ -7,6 +7,7 @@
     <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