android.webkit.WebViewDatabase
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
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
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