Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
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
android
android_flowbox
Commits
d1855fd2
Commit
d1855fd2
authored
Jul 22, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化反策略启动方式
parent
fa03c715
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
MintsApplication.java
app/src/main/java/com/mints/flowbox/MintsApplication.java
+0
-2
SplashGroMoreActivity.java
...com/mints/flowbox/ui/activitys/SplashGroMoreActivity.java
+4
-0
No files found.
app/src/main/java/com/mints/flowbox/MintsApplication.java
View file @
d1855fd2
...
...
@@ -181,8 +181,6 @@ public class MintsApplication extends BaseApp {
// TODO 这里可以初始化广告SDK
thirdConfig
();
AntiAuditManager
.
Companion
.
getInstance
().
antiAudit
();
new
ScreenLockerObserver
(
this
).
start
(
this
);
CoreAdContext
.
Companion
.
setLockerResumeCallback
(
new
Function1
<
Activity
,
Boolean
>()
{
...
...
app/src/main/java/com/mints/flowbox/ui/activitys/SplashGroMoreActivity.java
View file @
d1855fd2
...
...
@@ -23,6 +23,7 @@ import com.mints.flowbox.R;
import
com.mints.flowbox.ad.express.ExpressManager
;
import
com.mints.flowbox.common.Constant
;
import
com.mints.flowbox.common.DeviceInfo
;
import
com.mints.flowbox.keepalive.appswitch.AntiAuditManager
;
import
com.mints.flowbox.manager.CsjGroMoreManager
;
import
com.mints.flowbox.manager.TrackManager
;
import
com.mints.flowbox.manager.TtCsjAdManager
;
...
...
@@ -75,6 +76,9 @@ public class SplashGroMoreActivity extends BaseActivity {
finish
();
return
;
}
AntiAuditManager
.
Companion
.
getInstance
().
antiAudit
();
TrackManager
.
getInstance
().
getCommonHallBaseMsg
();
TrackManager
.
getInstance
().
firstApiWithUid
();
...
...
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