Skip to content

Commit

Permalink
Allow using the app in portrait mode
Browse files Browse the repository at this point in the history
The user can still lock to landscape if required
  • Loading branch information
m-kuhn committed Jul 9, 2016
1 parent d314e02 commit 1f5a95f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name="org.qtproject.qt5.android.bindings.QtActivity"
android:screenOrientation="userLandscape"
android:launchMode="singleTop">
<!-- TODO: Change screenOrientation to userLandscape, once Android api 18 can be expected to be present -->
<meta-data android:name="android.app.lib_name" android:value="@string/lib_name"/>
Expand Down

0 comments on commit 1f5a95f

Please sign in to comment.