Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
eabaf4e9
Commit
eabaf4e9
authored
Sep 24, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 去掉感应器检测
parent
89b7dc85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+3
-3
YDLAppProtector.java
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/YDLAppProtector.java
+2
-2
No files found.
config.gradle
View file @
eabaf4e9
...
...
@@ -8,7 +8,7 @@ ext {
"m-confide"
:
"0.0.49.13"
,
"m-consultant"
:
"0.0.59.93"
,
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.7
2
"
,
"m-user"
:
"0.0.61.7
3
"
,
"m-home"
:
"0.0.22.73"
,
"m-im"
:
"0.0.19.80"
,
"m-dynamic"
:
"0.0.7.29"
,
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.40.4
3
"
,
"ydl-platform"
:
"0.0.40.4
5
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
...
...
@@ -91,7 +91,7 @@ ext {
"m-confide"
:
"0.0.49.13"
,
"m-consultant"
:
"0.0.59.93"
,
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.7
2
"
,
"m-user"
:
"0.0.61.7
3
"
,
"m-home"
:
"0.0.22.73"
,
"m-im"
:
"0.0.19.80"
,
"m-dynamic"
:
"0.0.7.29"
,
...
...
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/YDLAppProtector.java
View file @
eabaf4e9
...
...
@@ -40,8 +40,8 @@ public class YDLAppProtector {
//检查应用多开
//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版本/检测是否有附加调试进程
//handleDetect(AppProtectorLib.checkIsDebug(app),true,getHint(hint_3));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment