public class

WebViewDatabase

extends Object
java.lang.Object
   ↳ android.webkit.WebViewDatabase

Summary

Constants
String LOGTAG
Public Methods
void clearFormData()
Clear form database
void clearHttpAuthUsernamePassword()
Clear HTTP authentication password database
void clearUsernamePassword()
Clear password database
synchronized static WebViewDatabase getInstance(Context context)
boolean hasFormData()
Find out if there is form data saved.
boolean hasHttpAuthUsernamePassword()
Find out if there are any HTTP authentication passwords saved.
boolean hasUsernamePassword()
Find out if there are any passwords saved.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

protected static final String LOGTAG

Since: API Level 1

Constant Value: "webviewdatabase"

Public Methods

public void clearFormData ()

Since: API Level 1

Clear form database

public void clearHttpAuthUsernamePassword ()

Since: API Level 1

Clear HTTP authentication password database

public void clearUsernamePassword ()

Since: API Level 1

Clear password database

public static synchronized WebViewDatabase getInstance (Context context)

Since: API Level 1

public boolean hasFormData ()

Since: API Level 1

Find out if there is form data saved.

Returns
  • TRUE if there is form data in the database

public boolean hasHttpAuthUsernamePassword ()

Since: API Level 1

Find out if there are any HTTP authentication passwords saved.

Returns
  • TRUE if there are passwords saved

public boolean hasUsernamePassword ()

Since: API Level 1

Find out if there are any passwords saved.

Returns
  • TRUE if there is passwords saved