Commit 99575e32 authored by wanglei's avatar wanglei

...

parent 9fda1551
......@@ -32,7 +32,10 @@ object ConfigHelper {
"adActivity",
"AdActivity",
"AppLovinFullscreenActivity",
SplashActivity::class.java.simpleName
SplashActivity::class.java.simpleName,
"GmsDocumentScanningDelegateActivity"
// activity:com.google.mlkit.vision.documentscanner.internal.GmsDocumentScanningDelegateActivity
// 返回前台时不跳转启动页的 activity
)
}
\ No newline at end of file
......@@ -91,8 +91,6 @@ class MyApplication : Application() {
}
override fun onActivityStarted(activity: Activity) {
// LogEx.logDebug(TAG, "onActivityStarted")
count++
lastTimeResume = System.currentTimeMillis()
if (count == 1 && isHotLaunch()) {
......
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