X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=9328a4edd5b08ac8f70675819a992dd7e619f620;hb=c1312436ac087126800d9e3f7df44413532b7b23;hp=9fcb35dbcaad2dc966972dfc54acbe93f58511a7;hpb=79cde6c30d7914187c34025b8c8455d024ff9c37;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9fcb35d..9328a4e 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,21 +1,20 @@ - - - - + xmlns:tools="http://schemas.android.com/tools"> + android:allowBackup="true" + android:icon="@drawable/ic_launcher" + android:label="@string/app_name" + android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning" + android:fullBackupContent="@xml/backup_descriptor"> + android:exported="true" + android:name="ru.deadsoftware.cavedroid.AndroidLauncher" + android:label="@string/app_name" + android:screenOrientation="sensorLandscape" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" + tools:ignore="LockedOrientationActivity">