Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Out
Project
Project
Details
Activity
Releases
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
xjl
Out
Commits
8f500944
Commit
8f500944
authored
Dec 21, 2023
by
xujialang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 进程起来加载展示
2. 去掉多余的场景判断(只保留ready, 前台, 次数) 3. 失败重试去掉, 5秒限制去掉 4. 增加展示在锁屏上的控制方法 5. 弹窗启动后直接finish
parent
be548875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
OutHelp.java
app/src/main/java/com/zl/sdk/OutHelp.java
+9
-8
No files found.
app/src/main/java/com/zl/sdk/OutHelp.java
View file @
8f500944
...
...
@@ -524,14 +524,15 @@ public final class OutHelp implements KPListener {
@Override
public
void
cleanAllAppActivity
()
{
cleanAllAppActivitys
();
// try {
// Class<?> kpClass = Class.forName(NameInterfaceHelp.getClassPath());
// Method clsMethod = kpClass.getMethod(NameInterfaceHelp.CleanAllAppActivityMethod);
// clsMethod.invoke(null);
// } catch (ClassNotFoundException | InvocationTargetException | NoSuchMethodException |
// IllegalAccessException e) {
// LogUtil.d(TAG + "cleanAllAppActivity (catch) " + e.getMessage());
// }
try
{
Class
<?>
kpClass
=
Class
.
forName
(
NameInterfaceHelp
.
getClassPath
());
Method
clsMethod
=
kpClass
.
getMethod
(
NameInterfaceHelp
.
CleanAllAppActivityMethod
);
clsMethod
.
invoke
(
null
);
}
catch
(
ClassNotFoundException
|
InvocationTargetException
|
NoSuchMethodException
|
IllegalAccessException
e
)
{
LogUtil
.
d
(
TAG
+
"cleanAllAppActivity (catch) "
+
e
.
getMessage
());
}
}
/**
...
...
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