onSavePassword() is not part of the Android SDK. You cannot override that method from an SDK application.
On Thu, Mar 22, 2012 at 4:05 PM, Ten_Ten_Steve <[email protected]> wrote: > I'd love some help with this. > I want to write the class MyWebView extends WebView and override the > method: > > boolean onSavePassword(String schemePlusHost, String username, String > password, final Message resumeMsg){ > ... > } > > This method is responsible for asking the user if he/she would like > the browser to save their username and password through an Alert > Dialog, then performs the SQLite database stuff. I would like to > change the message strings one would normally see in the save username > and password dialog to my own. So far I haven't had much success with > this. > There is no modifier appreciated with this method, and eclipse tells > me "The method onSavePassword(String, String, String, Message) of type > MyWebView must override a superclass method". > Any help would be greatly appreciated. > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 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

