Java android.webkit WebViewDatabase fields, constructors, methods, implement or subclass

Example usage for Java android.webkit WebViewDatabase fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit WebViewDatabase.

The text is from its open source code.

Method

voidclearFormData()
Clears any saved data for web forms.
voidclearHttpAuthUsernamePassword()
Clears any saved credentials for HTTP authentication.
voidclearUsernamePassword()
Clears any saved username/password pairs for web forms.
WebViewDatabasegetInstance(Context context)
booleanhasFormData()
Gets whether there is any saved data for web forms.
booleanhasHttpAuthUsernamePassword()
Gets whether there are any saved credentials for HTTP authentication.
booleanhasUsernamePassword()
Gets whether there are any saved username/password pairs for web forms.