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 2224f83b6547f5dde3b2b3fb05b008b0b89aca4a..70c6c379704d0f7cfff7783e0c602218d1e9bde4 100644 |
--- a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml |
+++ b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml |
@@ -61,7 +61,8 @@ |
android:name="org.chromium.webview_shell.WebViewBrowserActivity" |
android:label="@string/title_activity_browser" |
android:exported="true" |
- android:windowSoftInputMode="adjustResize"> |
+ android:windowSoftInputMode="adjustResize" |
+ android:configChanges="orientation|screenSize"> |
<intent-filter> |
<action android:name="android.intent.action.MAIN" /> |
<category android:name="android.intent.category.LAUNCHER" /> |