Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/util/k0.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

80 lines
2.8 KiB
Java

package com.fyber.inneractive.sdk.util;
import com.ironsource.r8;
/* loaded from: classes2.dex */
public enum k0 {
UNKNOWN(""),
ETHERNET(r8.a),
WIFI("wifi"),
MOBILE_3G(r8.a),
MOBILE_4G("4g");
final String key;
k0(String str) {
this.key = str;
}
public final String f() {
return this.key;
}
/* JADX WARN: Removed duplicated region for block: B:31:0x0048 */
/* JADX WARN: Removed duplicated region for block: B:9:0x0023 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.fyber.inneractive.sdk.util.k0 e() {
/*
android.app.Application r0 = com.fyber.inneractive.sdk.util.o.a // Catch: java.lang.Exception -> L1d
java.lang.String r1 = "connectivity"
java.lang.Object r0 = r0.getSystemService(r1) // Catch: java.lang.Exception -> L1d
android.net.ConnectivityManager r0 = (android.net.ConnectivityManager) r0 // Catch: java.lang.Exception -> L1d
java.lang.String r1 = "android.permission.ACCESS_NETWORK_STATE"
boolean r1 = com.fyber.inneractive.sdk.util.o.b(r1) // Catch: java.lang.Exception -> L1d
if (r1 == 0) goto L1d
android.net.NetworkInfo r0 = r0.getActiveNetworkInfo() // Catch: java.lang.Exception -> L1d
if (r0 == 0) goto L1d
int r0 = r0.getType() // Catch: java.lang.Exception -> L1d
goto L1f
L1d:
r0 = 8
L1f:
r1 = 9
if (r0 == r1) goto L48
if (r0 == 0) goto L3a
r1 = 1
if (r0 == r1) goto L37
r1 = 2
if (r0 == r1) goto L3a
r1 = 3
if (r0 == r1) goto L3a
r1 = 4
if (r0 == r1) goto L3a
r1 = 5
if (r0 == r1) goto L3a
com.fyber.inneractive.sdk.util.k0 r0 = com.fyber.inneractive.sdk.util.k0.UNKNOWN
return r0
L37:
com.fyber.inneractive.sdk.util.k0 r0 = com.fyber.inneractive.sdk.util.k0.WIFI
return r0
L3a:
int r0 = com.fyber.inneractive.sdk.util.m.l()
r1 = 13
if (r0 != r1) goto L45
com.fyber.inneractive.sdk.util.k0 r0 = com.fyber.inneractive.sdk.util.k0.MOBILE_4G
goto L47
L45:
com.fyber.inneractive.sdk.util.k0 r0 = com.fyber.inneractive.sdk.util.k0.MOBILE_3G
L47:
return r0
L48:
com.fyber.inneractive.sdk.util.k0 r0 = com.fyber.inneractive.sdk.util.k0.ETHERNET
return r0
*/
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.util.k0.e():com.fyber.inneractive.sdk.util.k0");
}
}