what-the-bank/sources/com/scottyab/rootbeer/RootBeerNative.java

27 lines
530 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scottyab.rootbeer;
import o.C12961fMi;
/* loaded from: classes5.dex */
public class RootBeerNative {
private static boolean b = false;
public native int checkForRoot(Object[] objArr);
public native int setLogDebugMessages(boolean z);
static {
try {
System.loadLibrary("md49d");
b = true;
} catch (UnsatisfiedLinkError unused) {
C12961fMi.e();
C12961fMi.e();
}
}
public static boolean c() {
return b;
}
}