IWebViewUpdateServicepublic interface IWebViewUpdateService implements android.os.IInterfacePrivate service to wait for the updatable WebView to be ready for use. |
Methods Summary |
---|
public void | notifyRelroCreationCompleted(boolean is64Bit, boolean success)Used by the relro file creator to notify the service that it's done.
| public void | waitForRelroCreationCompleted(boolean is64Bit)Used by WebViewFactory to block loading of WebView code until
preparations are complete.
|
|