DEADSOFTWARE

Closes #26: Set orientation to sensorLandscape
[cavedroid.git] / android / AndroidManifest.xml
index dbde2a40718327bbfcc43230de9efe4d5b6b3e58..47eaf7a1afc8266caabc5563a9b7a645e66a9216 100644 (file)
@@ -6,12 +6,14 @@
             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">
         <activity
                 android:name="ru.deadsoftware.cavedroid.AndroidLauncher"
                 android:label="@string/app_name"
-                android:screenOrientation="landscape"
-                android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">
+                android:screenOrientation="sensorLandscape"
+                android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize"
+                tools:ignore="LockedOrientationActivity">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />