X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=9328a4edd5b08ac8f70675819a992dd7e619f620;hb=533a7e5290163854e2af1f6f54b835d6fe766108;hp=522b4b8dfecd72e5628627a3d880be3c77718c7d;hpb=0a855ca3c1d0c84de41a928cc99fd8544a933015;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 522b4b8..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:screenOrientation="sensorLandscape" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" + tools:ignore="LockedOrientationActivity">