mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 09:45:34 +08:00
Added BuildConfig.VERSION_NAME changed
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
package com.fankes.coloros.notify.utils.tool
|
package com.fankes.coloros.notify.utils.tool
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
|
import com.fankes.coloros.notify.BuildConfig
|
||||||
import com.fankes.coloros.notify.utils.factory.openBrowser
|
import com.fankes.coloros.notify.utils.factory.openBrowser
|
||||||
import com.fankes.coloros.notify.utils.factory.showDialog
|
import com.fankes.coloros.notify.utils.factory.showDialog
|
||||||
import com.highcapable.yukihookapi.YukiHookAPI
|
import com.highcapable.yukihookapi.YukiHookAPI
|
||||||
@@ -35,7 +36,7 @@ import com.highcapable.yukihookapi.hook.xposed.prefs.data.PrefsData
|
|||||||
object YukiPromoteTool {
|
object YukiPromoteTool {
|
||||||
|
|
||||||
/** 推广已读存储键值 */
|
/** 推广已读存储键值 */
|
||||||
private val YUKI_PROMOTE_READED = PrefsData("yuki_promote_readed", false)
|
private val YUKI_PROMOTE_READED = PrefsData("yuki_promote_readed_${BuildConfig.VERSION_NAME}", false)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示推广对话框
|
* 显示推广对话框
|
||||||
|
Reference in New Issue
Block a user