Commit 143da7f3 authored by maxiaoliang's avatar maxiaoliang

1

parent b058f5fb
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:1032027169037:android:c81c9c37c0534a2b2a9044", "mobilesdk_app_id": "1:1032027169037:android:c81c9c37c0534a2b2a9044",
"android_client_info": { "android_client_info": {
"package_name": "com.test.easy.easycleanerjunk" "package_name": "com.kk.cleanmaster.file.cleanmaster.master"
} }
}, },
"oauth_client": [], "oauth_client": [],
......
...@@ -41,15 +41,11 @@ class PrepareScanActivity : BaseActivity<ActivityLayoutParepreScanBinding>() { ...@@ -41,15 +41,11 @@ class PrepareScanActivity : BaseActivity<ActivityLayoutParepreScanBinding>() {
} }
var isplay = 0
override fun onPermissionsResult(isGranted: Boolean) { override fun onPermissionsResult(isGranted: Boolean) {
// Log.e("MXL", "权限回调: " + isGranted) // Log.e("MXL", "权限回调: " + isGranted)
if (isGranted) { if (isGranted) {
isplay += 1
if (isplay == 1) {
playLottie() playLottie()
}
} else { } else {
finishToMain() finishToMain()
} }
...@@ -73,6 +69,6 @@ class PrepareScanActivity : BaseActivity<ActivityLayoutParepreScanBinding>() { ...@@ -73,6 +69,6 @@ class PrepareScanActivity : BaseActivity<ActivityLayoutParepreScanBinding>() {
} }
}, 6000) }, kotlin.random.Random.nextLong(2000,4500))
} }
} }
\ No newline at end of file
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