Methods Summary |
---|
public abstract void | clearFormData()Clears any saved data for web forms.
|
public abstract void | clearHttpAuthUsernamePassword()Clears any saved credentials for HTTP authentication.
|
public abstract void | clearUsernamePassword()Clears any saved username/password pairs for web forms.
Note that these are unrelated to HTTP authentication credentials.
|
public static android.webkit.WebViewDatabase | getInstance(android.content.Context context)
return WebViewFactory.getProvider().getWebViewDatabase(context);
|
public abstract boolean | hasFormData()Gets whether there is any saved data for web forms.
|
public abstract boolean | hasHttpAuthUsernamePassword()Gets whether there are any saved credentials for HTTP authentication.
|
public abstract boolean | hasUsernamePassword()Gets whether there are any saved username/password pairs for web forms.
Note that these are unrelated to HTTP authentication credentials.
|