You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
package p027i1;
|
|
|
|
import p024h1.C1002a;
|
|
import p042n1.AbstractC1502c;
|
|
import p045o1.C1532b;
|
|
|
|
/* renamed from: i1.a */
|
|
/* loaded from: classes.dex */
|
|
public class C1059a extends C1002a {
|
|
|
|
/* renamed from: i1.a$a */
|
|
/* loaded from: classes.dex */
|
|
public static final class C1060a {
|
|
|
|
/* renamed from: a */
|
|
public static final C1060a f2601a = new C1060a();
|
|
|
|
/* renamed from: b */
|
|
public static final Integer f2602b;
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0023 */
|
|
static {
|
|
Integer num;
|
|
Object obj;
|
|
Integer num2 = null;
|
|
try {
|
|
obj = Class.forName("android.os.Build$VERSION").getField("SDK_INT").get(null);
|
|
} catch (Throwable unused) {
|
|
}
|
|
if (obj instanceof Integer) {
|
|
num = (Integer) obj;
|
|
if (num != null) {
|
|
if (num.intValue() > 0) {
|
|
num2 = num;
|
|
}
|
|
}
|
|
f2602b = num2;
|
|
}
|
|
num = null;
|
|
if (num != null) {
|
|
}
|
|
f2602b = num2;
|
|
}
|
|
}
|
|
|
|
/* renamed from: c */
|
|
private final boolean m2300c(int i) {
|
|
Integer num = C1060a.f2602b;
|
|
return num == null || num.intValue() >= i;
|
|
}
|
|
|
|
@Override // p021g1.C0738a
|
|
/* renamed from: b */
|
|
public AbstractC1502c mo2301b() {
|
|
return m2300c(34) ? new C1532b() : super.mo2301b();
|
|
}
|
|
} |