added respecting user-configured screen orientation locking on Android
[rocksndiamonds.git] / build-projects / android / app / src / main / AndroidManifest.xml.tmpl
index f264e833574b9480d49c77ca9da5cb828025195d..8331804d0c5a7ddd0730fed9e61a7c2f44832cf4 100644 (file)
@@ -47,6 +47,7 @@
                   android:alwaysRetainTaskState="true"
                   android:launchMode="singleInstance"
                  android:configChanges="keyboardHidden|orientation|screenSize"
+                 android:screenOrientation="fullUser"
                  android:preferMinimalPostProcessing="true"
                  android:exported="true"
                  >