mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-05 18:25:23 +08:00
Added Android version code name in system version content in MainActivity
This commit is contained in:
@@ -155,7 +155,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
binding.mainTextVersion.text = "模块版本:$moduleVersion $pendingFlag"
|
binding.mainTextVersion.text = "模块版本:$moduleVersion $pendingFlag"
|
||||||
binding.mainTextMiuiVersion.text = "系统版本:$miuiFullVersion"
|
binding.mainTextMiuiVersion.text = "系统版本:[$androidVersionCodeName] $miuiFullVersion"
|
||||||
binding.warnSCountDisTip.isGone = miuiVersionCode > 12.5
|
binding.warnSCountDisTip.isGone = miuiVersionCode > 12.5
|
||||||
binding.notifyIconCustomCornerSeekbar.progress = ConfigData.notifyIconCornerSize
|
binding.notifyIconCustomCornerSeekbar.progress = ConfigData.notifyIconCornerSize
|
||||||
binding.notifyIconCustomCornerText.text = "${ConfigData.notifyIconCornerSize} dp"
|
binding.notifyIconCustomCornerText.text = "${ConfigData.notifyIconCornerSize} dp"
|
||||||
|
Reference in New Issue
Block a user