FileDocCategorySizeDatePackage
IWebViewUpdateService.javaAPI DocAndroid 5.1 API4132Sat Mar 14 05:48:06 GMT 2015android.webkit

IWebViewUpdateService

public interface IWebViewUpdateService implements android.os.IInterface
Private service to wait for the updatable WebView to be ready for use.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidnotifyRelroCreationCompleted(boolean is64Bit, boolean success)
Used by the relro file creator to notify the service that it's done.

public voidwaitForRelroCreationCompleted(boolean is64Bit)
Used by WebViewFactory to block loading of WebView code until preparations are complete.