niko001 wrote: > Hi, > > I have designed an app that logs into a web service by using a WebView > instance. > > Each time the login form is submitted, the WebView asks whether the > password should be stored now, later, or never (the typical dialog > when logging in with the Android Browser). > > Is it possible to override this behaviour? I would like to suppress > the notice, because the user data is handled by my app.
You might try WebViewClient#onReceivedHttpAuthRequest(). Not sure if that will do what you want, though. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

