android.webkit.WebViewFactory Maven / Gradle / Ivy
package android.webkit;
public final class WebViewFactory {
public static Class getWebViewProviderClass(ClassLoader clazzLoader) {
throw new RuntimeException("Stub!");
}
public static IWebViewUpdateService getUpdateService() {
throw new RuntimeException("Stub!");
}
}