| Index: android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| diff --git a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| index 30a616437a40ab74732c5bfe8e8a4aed4204dc0a..1c168daff8bb526d37bec8555696190e1cbf70a5 100644
|
| --- a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| +++ b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| @@ -62,7 +62,7 @@
|
| android:label="@string/title_activity_browser"
|
| android:exported="true"
|
| android:windowSoftInputMode="adjustResize"
|
| - android:configChanges="orientation|screenSize">
|
| + android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout">
|
| <intent-filter>
|
| <action android:name="android.intent.action.MAIN" />
|
| <category android:name="android.intent.category.LAUNCHER" />
|
|
|