mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
remove app cache settings (#1141)
This commit is contained in:
parent
eefa91b3ea
commit
2a92c77772
@ -194,12 +194,6 @@ public class SystemWebViewEngine implements CordovaWebViewEngine {
|
||||
// Enable built-in geolocation
|
||||
settings.setGeolocationEnabled(true);
|
||||
|
||||
// Enable AppCache
|
||||
// Fix for CB-2282
|
||||
settings.setAppCacheMaxSize(5 * 1048576);
|
||||
settings.setAppCachePath(databasePath);
|
||||
settings.setAppCacheEnabled(true);
|
||||
|
||||
// Fix for CB-1405
|
||||
// Google issue 4641
|
||||
String defaultUserAgent = settings.getUserAgentString();
|
||||
|
Loading…
Reference in New Issue
Block a user