1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <manifest xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 xmlns:
tools=
"http://schemas.android.com/tools">
6 android:
allowBackup=
"true"
7 android:
icon=
"@drawable/ic_launcher"
8 android:
label=
"@string/app_name"
9 android:
theme=
"@style/GdxTheme" tools:
ignore=
"GoogleAppIndexingWarning"
10 android:
fullBackupContent=
"@xml/backup_descriptor">
12 android:
exported=
"true"
13 android:
name=
"ru.deadsoftware.cavedroid.AndroidLauncher"
14 android:
label=
"@string/app_name"
15 android:
screenOrientation=
"sensorLandscape"
16 android:
configChanges=
"keyboard|keyboardHidden|navigation|orientation|screenSize"
17 tools:
ignore=
"LockedOrientationActivity">
19 <action android:
name=
"android.intent.action.MAIN" />
20 <category android:
name=
"android.intent.category.LAUNCHER" />