Dose anyone can help me clean the cache in WebView?
Method 1.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
Method 2.
CookieSyncManager.createInstance(this);CookieManager cookieManager = CookieManager.getInstance();cookieManager.removeAllCookie();
Both these methods are not work for me.can give me an suggestion?
You must Sign up as a member of Effecthub to view the content.
ChOw
2013-09-04
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
Latest Posts
- Android: CookieManager removeAllCookie() Crash
- XlistView: A listview which can pull to refresh and load more (1)
- Millions of Android Phones Could Be Affected by the Heartbleed Bug. Check to See if Yours Is One of Them
- TOP 10 ANDROID GAMES FOR MARCH 2014
- Android:Button with different textcolor and background in different states
1770 views 1 comments
You must Sign up as a member of Effecthub to join the conversation.