Android Webview's ClearCache is very slow

后端 未结 2 401
再見小時候
再見小時候 2020-12-20 03:57

I am using WebViews in an Android app, and I need to prevent the WebViews from caching.

Unfortunately it seems like this seemingly simple goal is nearly impossible t

2条回答
  •  时光取名叫无心
    2020-12-20 04:19

    As you are going to the next activity finish the previous activity. So that you can free all memory occupied by that activity. Hope this helps.

提交回复
热议问题