mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
remove app cache settings (#1141)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user