From: fred-boy Date: Tue, 16 Jun 2020 08:38:39 +0000 (+0700) Subject: Closes #26: Set orientation to sensorLandscape X-Git-Tag: alpha0.4~6 X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=commitdiff_plain;h=4b6a07cc0c9e649159744fc2387214a92bcc4c2f Closes #26: Set orientation to sensorLandscape --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 014587c..47eaf7a 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -11,8 +11,9 @@ + android:screenOrientation="sensorLandscape" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" + tools:ignore="LockedOrientationActivity">