Commit 0689810e authored by wanglei's avatar wanglei

...

parent 5d65020d
...@@ -15,6 +15,7 @@ import com.base.datarecovery.fcm.FCMManager ...@@ -15,6 +15,7 @@ import com.base.datarecovery.fcm.FCMManager
import com.base.datarecovery.fcm.RecoveryTimerManager import com.base.datarecovery.fcm.RecoveryTimerManager
import com.base.datarecovery.fcm.ScreenStatusReceiver import com.base.datarecovery.fcm.ScreenStatusReceiver
import com.base.datarecovery.help.BaseApplication import com.base.datarecovery.help.BaseApplication
import com.base.datarecovery.help.BlackUtils
import com.base.datarecovery.help.ConfigHelper import com.base.datarecovery.help.ConfigHelper
import com.base.datarecovery.utils.ActivityManagerUtils import com.base.datarecovery.utils.ActivityManagerUtils
import com.base.datarecovery.utils.AppPreferences import com.base.datarecovery.utils.AppPreferences
...@@ -61,6 +62,7 @@ class MyApplication : BaseApplication() { ...@@ -61,6 +62,7 @@ class MyApplication : BaseApplication() {
ScreenStatusReceiver.setupScreenStatusListener(this) ScreenStatusReceiver.setupScreenStatusListener(this)
InstallHelps.init() InstallHelps.init()
initLifeListener() initLifeListener()
BlackUtils.requestBlack()
} }
if (ifAgreePrivacy) { if (ifAgreePrivacy) {
......
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