Commit eabaf4e9 by 刘鹏

feat : 去掉感应器检测

parent 89b7dc85
...@@ -8,7 +8,7 @@ ext { ...@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.13", "m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.93", "m-consultant" : "0.0.59.93",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.72", "m-user" : "0.0.61.73",
"m-home" : "0.0.22.73", "m-home" : "0.0.22.73",
"m-im" : "0.0.19.80", "m-im" : "0.0.19.80",
"m-dynamic" : "0.0.7.29", "m-dynamic" : "0.0.7.29",
...@@ -33,7 +33,7 @@ ext { ...@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.40.43", "ydl-platform" : "0.0.40.45",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.47", "ydl-webview" : "0.0.38.47",
...@@ -91,7 +91,7 @@ ext { ...@@ -91,7 +91,7 @@ ext {
"m-confide" : "0.0.49.13", "m-confide" : "0.0.49.13",
"m-consultant" : "0.0.59.93", "m-consultant" : "0.0.59.93",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.72", "m-user" : "0.0.61.73",
"m-home" : "0.0.22.73", "m-home" : "0.0.22.73",
"m-im" : "0.0.19.80", "m-im" : "0.0.19.80",
"m-dynamic" : "0.0.7.29", "m-dynamic" : "0.0.7.29",
......
...@@ -40,8 +40,8 @@ public class YDLAppProtector { ...@@ -40,8 +40,8 @@ public class YDLAppProtector {
//检查应用多开 //检查应用多开
//handleDetect(AppProtectorLib.checkIsRunningInVirtualApk(app.getPackageName(),null),true,getHint(hint_1)); //handleDetect(AppProtectorLib.checkIsRunningInVirtualApk(app.getPackageName(),null),true,getHint(hint_1));
//模拟器检测 //模拟器检测 获取传感器不合规
handleDetect(AppProtectorLib.checkIsRunningInEmulator(app,null),true,getHint(hint_2)); // handleDetect(AppProtectorLib.checkIsRunningInEmulator(app,null),true,getHint(hint_2));
//反调试方案 - 检测app是否为debug版本/检测是否有附加调试进程 //反调试方案 - 检测app是否为debug版本/检测是否有附加调试进程
//handleDetect(AppProtectorLib.checkIsDebug(app),true,getHint(hint_3)); //handleDetect(AppProtectorLib.checkIsDebug(app),true,getHint(hint_3));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment