Example usage for Java android.webkit WebViewDatabase fields, constructors, methods, implement or subclass
The text is from its open source code.
void | clearFormData() Clears any saved data for web forms. |
void | clearHttpAuthUsernamePassword() Clears any saved credentials for HTTP authentication. |
void | clearUsernamePassword() Clears any saved username/password pairs for web forms. |
WebViewDatabase | getInstance(Context context) |
boolean | hasFormData() Gets whether there is any saved data for web forms. |
boolean | hasHttpAuthUsernamePassword() Gets whether there are any saved credentials for HTTP authentication. |
boolean | hasUsernamePassword() Gets whether there are any saved username/password pairs for web forms. |