How to clear all WebView stored information?

前端 未结 2 649
无人及你
无人及你 2021-02-06 15:09

I have an Android browser and I have the option to clear cache, storage, cookies, etc.

The code looks like this:

webView.clearCache(true);
webView.clear         


        
2条回答
提交回复
热议问题