In my android application I have a webview. It loads URLs from multiple domains. I need to delete all cookies from a specific domain. I want to keep cookies from other domains. But I need to delete all cookies from one domain.
How could I implement this. Please give a code snippet so that I can understand as I have read solutions on stackoverflow but not able to understand.