Commit c27c0b82 authored by wanglei's avatar wanglei

...

parent fc29fff5
......@@ -27,10 +27,10 @@ object AdMaxInit {
initConfigBuilder.mediationProvider = AppLovinMediationProvider.MAX
// Enable test mode by default for the current device. Cannot be run on the main thread.
val currentGaid = AdvertisingIdClient.getAdvertisingIdInfo(this).id
if (currentGaid != null) {
initConfigBuilder.testDeviceAdvertisingIds = Collections.singletonList(currentGaid)
}
// val currentGaid = AdvertisingIdClient.getAdvertisingIdInfo(this).id
// if (currentGaid != null) {
// initConfigBuilder.testDeviceAdvertisingIds = Collections.singletonList(currentGaid)
// }
// Initialize the AppLovin SDK
val sdk = AppLovinSdk.getInstance(this)
......
......@@ -32,12 +32,12 @@ class GuideFragment(
binding.iv.setImageResource(R.mipmap.ydytu1)
binding.tv0.text = "All Free"
binding.tvBtn.text = "Next"
binding.flSkip.visibility = View.VISIBLE
// binding.flSkip.visibility = View.VISIBLE
} else {
binding.iv.setImageResource(R.mipmap.ydytu2)
binding.tv0.text = "Effective recovery"
binding.tvBtn.text = "Start"
binding.flSkip.visibility = View.GONE
// binding.flSkip.visibility = View.GONE
}
}
......
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