I\'d like to display the favicon of the website I am accessing via the android.webkit.WebView. I\'ve tried two ways to get it:
1) WebViewClient.onPageStarted()
WebViewClient.onPageStarted()
I think to remember that there is a method getFavicon() available for the WebView object. here is my stupid question did you try that?
getFavicon()