- 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
24 lines
672 B
Java
24 lines
672 B
Java
package androidx.credentials;
|
|
|
|
import android.os.Bundle;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class FederatedCredential extends Credential {
|
|
public static final Companion Companion = new Companion(null);
|
|
public static final String TYPE_FEDERATED_CREDENTIAL = "type.federated_credential";
|
|
|
|
private FederatedCredential() {
|
|
super(TYPE_FEDERATED_CREDENTIAL, new Bundle());
|
|
}
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
}
|
|
}
|