jimu-decompiled/sources/com/google/android/gms/common/GooglePlayServicesRepairableException.java
2025-05-13 19:24:51 +02:00

18 lines
438 B
Java

package com.google.android.gms.common;
import android.content.Intent;
/* loaded from: classes.dex */
public class GooglePlayServicesRepairableException extends UserRecoverableException {
private final int zzaf;
public GooglePlayServicesRepairableException(int i, String str, Intent intent) {
super(str, intent);
this.zzaf = i;
}
public int getConnectionStatusCode() {
return this.zzaf;
}
}