]>
git.zerfleddert.de Git - FreeShisen/blob - AndroidManifest.xml
1f6e324de0afa1c7b1ed0f5fd6cbceda7694315c
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=
"1"
5 android:
versionName=
"0.1" >
8 android:
minSdkVersion=
"5"
9 android:
targetSdkVersion=
"10" >
10 <!-- targetSdkVersion *must* be <=10 so we can show the legacy "menu" button -->
14 android:
name=
"de.cwde.freeshisen.ShisenSho"
15 android:
allowBackup=
"true"
16 android:
icon=
"@drawable/icon"
17 android:
label=
"@string/app_name" >
19 android:
name=
"de.cwde.freeshisen.ShisenShoActivity"
20 android:
screenOrientation=
"landscape" >
22 <action android:
name=
"android.intent.action.MAIN" />
24 <category android:
name=
"android.intent.category.LAUNCHER" />
28 android:
name=
"de.cwde.freeshisen.SettingsActivity"
29 android:
parentActivityName=
"de.cwde.freeshisen.ShisenShoActivity"
30 android:
screenOrientation=
"landscape" >
32 android:
name=
"android.support.PARENT_ACTIVITY"
33 android:
value=
"de.cwde.freeshisen.ShisenShoActivity" />
35 <action android:
name=
"de.cwde.freeshisen.SETTINGS" />
37 <category android:
name=
"android.intent.category.DEFAULT" />
41 android:
name=
"de.cwde.freeshisen.HighscoreActivity"
42 android:
parentActivityName=
"de.cwde.freeshisen.ShisenShoActivity"
43 android:
screenOrientation=
"landscape" >
45 android:
name=
"android.support.PARENT_ACTIVITY"
46 android:
value=
"de.cwde.freeshisen.ShisenShoActivity" />