- 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
43 lines
1.6 KiB
Java
43 lines
1.6 KiB
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.app.Activity;
|
|
import android.content.ActivityNotFoundException;
|
|
import android.content.DialogInterface;
|
|
import android.content.Intent;
|
|
import android.os.Build;
|
|
import android.util.Log;
|
|
import androidx.annotation.NonNull;
|
|
import androidx.annotation.Nullable;
|
|
import androidx.fragment.app.Fragment;
|
|
import com.google.android.gms.common.api.internal.LifecycleFragment;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class zag implements DialogInterface.OnClickListener {
|
|
public static zag zab(Activity activity, @Nullable Intent intent, int i) {
|
|
return new zad(intent, activity, i);
|
|
}
|
|
|
|
public static zag zac(@NonNull Fragment fragment, @Nullable Intent intent, int i) {
|
|
return new zae(intent, fragment, i);
|
|
}
|
|
|
|
public static zag zad(@NonNull LifecycleFragment lifecycleFragment, @Nullable Intent intent, int i) {
|
|
return new zaf(intent, lifecycleFragment, 2);
|
|
}
|
|
|
|
@Override // android.content.DialogInterface.OnClickListener
|
|
public final void onClick(DialogInterface dialogInterface, int i) {
|
|
try {
|
|
try {
|
|
zaa();
|
|
} catch (ActivityNotFoundException e) {
|
|
Log.e("DialogRedirect", true == Build.FINGERPRINT.contains("generic") ? "Failed to start resolution intent. This may occur when resolving Google Play services connection issues on emulators with Google APIs but not Google Play Store." : "Failed to start resolution intent.", e);
|
|
}
|
|
} finally {
|
|
dialogInterface.dismiss();
|
|
}
|
|
}
|
|
|
|
public abstract void zaa();
|
|
}
|