am f8d4964e: default overview mode to false in webkit
Merge commit 'f8d4964e45f7e671f4b333386b4269b23ced4750' into eclair-plus-aosp * commit 'f8d4964e45f7e671f4b333386b4269b23ced4750': default overview mode to false in webkit
This commit is contained in:
@@ -187,7 +187,7 @@ public class WebSettings {
|
||||
private boolean mSupportZoom = true;
|
||||
private boolean mBuiltInZoomControls = false;
|
||||
private boolean mAllowFileAccess = true;
|
||||
private boolean mLoadWithOverviewMode = true;
|
||||
private boolean mLoadWithOverviewMode = false;
|
||||
|
||||
// Manages interaction of the system setting 'Location & security - Share
|
||||
// with Google' and the browser.
|
||||
|
||||
Reference in New Issue
Block a user