[sandhook] Fix typo
This commit is contained in:
parent
95739bc185
commit
a61740da2e
|
|
@ -53,6 +53,7 @@ public class SandHookImpl extends BaseImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
|
SandHook.init(com.swift.sandhook.SandHook.class, ClassNeverCall.class);
|
||||||
int sdkVersion = Build.VERSION.SDK_INT;
|
int sdkVersion = Build.VERSION.SDK_INT;
|
||||||
if (Build.VERSION.PREVIEW_SDK_INT != 0) {
|
if (Build.VERSION.PREVIEW_SDK_INT != 0) {
|
||||||
sdkVersion += 1;
|
sdkVersion += 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue