Sets default value of 'enableGeolocation' to true. This allows WebKit's DumpRenderTree to function correctly. Note that when Geolocation is used in the browser, this default value is overridden by the browser's default anyway.
This commit is contained in:
@@ -167,7 +167,7 @@ public class WebSettings {
|
||||
private boolean mDatabaseEnabled = false;
|
||||
private boolean mDomStorageEnabled = false;
|
||||
private boolean mWorkersEnabled = false; // only affects V8.
|
||||
private boolean mGeolocationEnabled = false;
|
||||
private boolean mGeolocationEnabled = true;
|
||||
// HTML5 configuration parameters
|
||||
private long mAppCacheMaxSize = Long.MAX_VALUE;
|
||||
private String mAppCachePath = "";
|
||||
|
||||
Reference in New Issue
Block a user