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 anyon
Well, the WebSettings object has a number of set...Path() methods. It is unclear if any of them are for the actual cache. There is also the CacheManager object, which has a bunch of static methods related to the cache, but no obvious way to change the cache location.