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