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

Constant Value: "webviewdatabase"

Public Methods

public void clearFormData ()

Clear form database

public void clearHttpAuthUsernamePassword ()

Clear HTTP authentication password database

public void clearUsernamePassword ()

Clear password database

public static synchronized WebViewDatabase getInstance (Context context)

public boolean hasFormData ()

Find out if there is form data saved.

Returns
  • TRUE if there is form data in the database

public boolean hasHttpAuthUsernamePassword ()

Find out if there are any HTTP authentication passwords saved.

Returns
  • TRUE if there are passwords saved

public boolean hasUsernamePassword ()

Find out if there are any passwords saved.

Returns
  • TRUE if there is passwords saved