mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Update Magisk Manager
This commit is contained in:
parent
74da6e1dc0
commit
4f74a259e3
2
app
2
app
@ -1 +1 @@
|
||||
Subproject commit 0d9527921ab1abb1f361f765a7df2c295ab09af6
|
||||
Subproject commit de2285d5e920ad020f5f2348264b67dc34e0882d
|
@ -32,6 +32,8 @@ public class SafetyNetHelper
|
||||
public static final int BASIC_PASS = 0x10;
|
||||
public static final int CTS_PASS = 0x20;
|
||||
|
||||
public static final int SNET_EXT_VER = 7;
|
||||
|
||||
private GoogleApiClient mGoogleApiClient;
|
||||
private Activity mActivity;
|
||||
private int responseCode;
|
||||
@ -39,6 +41,10 @@ public class SafetyNetHelper
|
||||
private String dexPath;
|
||||
private boolean isDarkTheme;
|
||||
|
||||
public static int getVersion() {
|
||||
return SNET_EXT_VER;
|
||||
}
|
||||
|
||||
public SafetyNetHelper(Activity activity, String dexPath, SafetyNetCallback cb) {
|
||||
mActivity = activity;
|
||||
this.cb = cb;
|
||||
|
Loading…
Reference in New Issue
Block a user