From 5974a767d12d01064ddf07fd42632e56dfe95ab1 Mon Sep 17 00:00:00 2001 From: "sungmann.cho@navercorp.com" Date: Fri, 4 Apr 2014 16:26:37 +0000 Subject: Prevent AW Shell from restarting activity after some configurations change. Currently AwShellActivity is shut down and restarted when some configuration changes occur at runtime. We need to fix this for smooth testing. Review URL: https://codereview.chromium.org/225443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261775 0039d316-1c4b-4281-b951-d872f2087c98 --- android_webview/test/shell/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'android_webview/test') diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml index aee0cae..b6ec63e 100644 --- a/android_webview/test/shell/AndroidManifest.xml +++ b/android_webview/test/shell/AndroidManifest.xml @@ -12,7 +12,8 @@ + android:label="Android WebView Test Shell" + android:configChanges="orientation|keyboardHidden|keyboard|screenSize"> -- cgit v1.1