[android-developers] Clearing a remembered password in my app

2010-08-10 Thread t
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


Re: [android-developers] Clearing a remembered password in my app

2010-08-10 Thread { Devdroid }
On 10 August 2010 11:23, t tomers...@gmail.com wrote:

 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.

Doubt it's related to stored password. I'd bet it's just simple cookie in
webbrowser.

-- 
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