No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.webkit.WebViewDatabase |
This class allows developers to determine whether any WebView used in the application has stored any of the following types of browsing data and to clear any such stored data for all WebViews in the application.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Clears any saved data for web forms.
|
|||||||||
|
|
Clears any saved credentials for HTTP authentication.
|
|||||||||
|
|
Clears any saved username/password pairs for web forms.
|
|||||||||
|
|
|
|||||||||
|
|
Gets whether there is any saved data for web forms.
|
|||||||||
|
|
Gets whether there are any saved credentials for HTTP authentication.
|
|||||||||
|
|
Gets whether there are any saved username/password pairs for web forms.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Clears any saved credentials for HTTP authentication.
Clears any saved username/password pairs for web forms. Note that these are unrelated to HTTP authentication credentials.
Gets whether there is any saved data for web forms.
Gets whether there are any saved credentials for HTTP authentication.
Gets whether there are any saved username/password pairs for web forms. Note that these are unrelated to HTTP authentication credentials.