Hi, I was trying to set a large cache on my SD card but I dicovered that all the WebView caching functions are fake.
Here in the docs http://developer.android.com/reference/android/webkit/WebSettings.html#setAppCachePath(java.lang.String) is written that I can set a cache directory but really the cache is setup statically to context.getCacheDir()+"webviewCache" here: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/webkit/CacheManager.java#l172 and the function which sets the cache path sets a "mAppCachePath" private member which is never readed locally. How to enable caching to different paths and settings without copying all the classes? Regards, Matteo Croce -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

