NetMirror.apk
Download file
package k2;
/* JADX INFO: renamed from: k2.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public enum EnumC0588b {
BLUETOOTH("bluetooth"),
CELLULAR("cellular"),
ETHERNET("ethernet"),
NONE("none"),
UNKNOWN("unknown"),
WIFI("wifi"),
WIMAX("wimax"),
VPN("vpn");
/* JADX INFO: renamed from: b, reason: collision with root package name */
public final String f9608b;
EnumC0588b(String str) {
this.f9608b = str;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file