wineandroid: Start in landscape mode and don't restart on config changes.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2017-06-12 19:12:10 +02:00
parent cf1269a525
commit 3179a5da93
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
android:label="Wine" >
<activity
android:label="Wine"
android:name=".WineActivity" >
android:name=".WineActivity"
android:launchMode="singleInstance"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize"
android:screenOrientation="sensorLandscape" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />