X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=233083d5d18a72f75ffaebfe73d5aad89ba145ff;hb=4d25745edeb53f87a49dbde125df53de869d6fd0;hp=dbde2a40718327bbfcc43230de9efe4d5b6b3e58;hpb=11736fceb90d618b4a473f8308a209f25ac7ab45;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index dbde2a4..233083d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -6,12 +6,15 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning"> + 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">