mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 09:45:34 +08:00
Modify change unsupported note in MainActivity
This commit is contained in:
@@ -79,9 +79,12 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
isNotColorOS ->
|
isNotColorOS ->
|
||||||
showDialog {
|
showDialog {
|
||||||
title = "不是 ColorOS 系统"
|
title = "不是 ColorOS 系统"
|
||||||
msg = "此模块专为 ColorOS 系统打造,当前无法识别你的系统为 ColorOS,所以模块无法工作。\n" +
|
msg = "此模块专为 ColorOS 系统打造,当前无法识别你的系统为 ColorOS,所以模块无法工作。"
|
||||||
"如有问题请联系 酷安 @星夜不荟"
|
confirmButton(text = "查看支持的模块") {
|
||||||
confirmButton(text = "退出") { finish() }
|
openBrowser(url = "https://github.com/fankes/AndroidNotifyIconAdapt")
|
||||||
|
finish()
|
||||||
|
}
|
||||||
|
cancelButton(text = "退出") { finish() }
|
||||||
noCancelable()
|
noCancelable()
|
||||||
}
|
}
|
||||||
/** 判断是否 Hook */
|
/** 判断是否 Hook */
|
||||||
|
Reference in New Issue
Block a user