DEADSOFTWARE

Add ocean
[cavedroid.git] / android / AndroidManifest.xml
index 014587c25a7fd813dbac633ef4ee3e3563421e4d..233083d5d18a72f75ffaebfe73d5aad89ba145ff 100644 (file)
@@ -9,10 +9,12 @@
             android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning"
             android:fullBackupContent="@xml/backup_descriptor">
         <activity
+                android:exported="true"
                 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" />