public static interface WebViewFactoryProvider.Statics
Modifier and Type | Method and Description |
---|---|
void |
clearClientCertPreferences(Runnable onCleared)
Implements the API method:
WebView.clearClientCertPreferences(Runnable) |
void |
enableSlowWholeDocumentDraw()
Implements the API method:
android.webkit.WebView#setSlowWholeDocumentDrawEnabled(boolean) |
String |
findAddress(String addr)
Implements the API method:
WebView.findAddress(String) |
void |
freeMemoryForTests()
Used for tests only.
|
String |
getDefaultUserAgent(Context context)
Implements the API method:
WebSettings.getDefaultUserAgent(Context) |
Uri[] |
parseFileChooserResult(int resultCode,
Intent intent)
Implement the API method
WebChromeClient.FileChooserParams.parseResult(int, Intent) |
void |
setWebContentsDebuggingEnabled(boolean enable)
Implements the API method:
WebView.setWebContentsDebuggingEnabled(boolean) |
String findAddress(String addr)
WebView.findAddress(String)
String getDefaultUserAgent(Context context)
WebSettings.getDefaultUserAgent(Context)
void freeMemoryForTests()
void setWebContentsDebuggingEnabled(boolean enable)
WebView.setWebContentsDebuggingEnabled(boolean)
void clearClientCertPreferences(Runnable onCleared)
WebView.clearClientCertPreferences(Runnable)
void enableSlowWholeDocumentDraw()
android.webkit.WebView#setSlowWholeDocumentDrawEnabled(boolean)
Uri[] parseFileChooserResult(int resultCode, Intent intent)
WebChromeClient.FileChooserParams.parseResult(int, Intent)