mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Handle more config changes
This commit is contained in:
parent
2b410acbf9
commit
651f94fcf8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<application android:label="Servo" android:icon="@mipmap/servo">
|
||||
<activity android:name=".MainActivity"
|
||||
android:label="Servo"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
android:configChanges="density|keyboardHidden|navigation|orientation|screenSize|uiMode">
|
||||
<meta-data android:name="android.app.lib_name" android:value="servo" />
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue