I’ve seen some apps like dolphin browser (not the HD version, the normal one) utilizing a cache-to-sd for webview but i can’t seem to figure out how to do this, does anyone know how to do this or point me in the right direction? Any help is greatly appreciated! Thanks 🙂
Share
Well, the
WebSettingsobject has a number ofset...Path()methods. It is unclear if any of them are for the actual cache. There is also theCacheManagerobject, which has a bunch of static methods related to the cache, but no obvious way to change the cache location.