Hello. I have the following scenario:

1. My app opens a web view, with a web page that requires a username &
password.
2. The user writes his password, and on the Android popup to remember
the password he chooses "remember".
3. Now the user wants to log in with a different password. But the web
view always remembers his last password and doesn't even show him the
login page.

How can I programmatically clear that saved password? Assuming that I
know the host URL. I tried webView.clearCache(true),
webView.clearFormData(). But it didn't work.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to