19 lines
699 B
Java
19 lines
699 B
Java
package o;
|
|
|
|
import org.chromium.support_lib_boundary.WebkitToCompatConverterBoundaryInterface;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class Evf implements SDx {
|
|
private static final String[] d = new String[0];
|
|
|
|
@Override // o.SDx
|
|
public final WebkitToCompatConverterBoundaryInterface b() {
|
|
throw new UnsupportedOperationException("This should never happen, if this method was called it means we're trying to reach into WebView APK code on an incompatible device. This most likely means the current method is being called too early, or is being called on start-up rather than lazily");
|
|
}
|
|
|
|
@Override // o.SDx
|
|
public final String[] e() {
|
|
return d;
|
|
}
|
|
}
|