- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
23 lines
704 B
Java
23 lines
704 B
Java
package androidx.credentials.exceptions.domerrors;
|
|
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class OperationError extends DomError {
|
|
public static final Companion Companion = new Companion(null);
|
|
public static final String TYPE_CREATE_PUBLIC_KEY_CREDENTIAL_OPERATION_ERROR = "androidx.credentials.TYPE_OPERATION_ERROR";
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
}
|
|
|
|
public OperationError() {
|
|
super(TYPE_CREATE_PUBLIC_KEY_CREDENTIAL_OPERATION_ERROR);
|
|
}
|
|
}
|