]>
git.zerfleddert.de Git - FreeShisen/blob - AndroidManifest.xml
38ab4759b52d3b5c8b79b6a1c6f86062e7f0469c
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <manifest xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 package=
"de.cwde.freeshisen"
4 android:
versionCode=
"3"
5 android:
versionName=
"0.1" >
8 android:
minSdkVersion=
"5"
9 android:
targetSdkVersion=
"10" >
11 <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
15 android:
name=
"de.cwde.freeshisen.ShisenSho"
16 android:
allowBackup=
"true"
17 android:
icon=
"@drawable/icon"
18 android:
label=
"@string/app_name" >
20 android:
name=
"de.cwde.freeshisen.ShisenShoActivity"
21 android:
screenOrientation=
"landscape" >
23 <action android:
name=
"android.intent.action.MAIN" />
25 <category android:
name=
"android.intent.category.LAUNCHER" />
29 android:
name=
"de.cwde.freeshisen.SettingsActivity"
30 android:
parentActivityName=
"de.cwde.freeshisen.ShisenShoActivity"
31 android:
screenOrientation=
"landscape" >
33 android:
name=
"android.support.PARENT_ACTIVITY"
34 android:
value=
"de.cwde.freeshisen.ShisenShoActivity" />
37 <action android:
name=
"de.cwde.freeshisen.SETTINGS" />
39 <category android:
name=
"android.intent.category.DEFAULT" />
43 android:
name=
"de.cwde.freeshisen.HighscoreActivity"
44 android:
parentActivityName=
"de.cwde.freeshisen.ShisenShoActivity"
45 android:
screenOrientation=
"landscape" >
47 android:
name=
"android.support.PARENT_ACTIVITY"
48 android:
value=
"de.cwde.freeshisen.ShisenShoActivity" />
51 <action android:
name=
"de.cwde.freeshisen.HISCORE" />
53 <category android:
name=
"android.intent.category.DEFAULT" />