mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-04 09:45:34 +08:00
Added Android version code name in system version content in MainActivity
This commit is contained in:
@@ -118,7 +118,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
binding.mainTextVersion.text = "模块版本:$moduleVersion $pendingFlag"
|
binding.mainTextVersion.text = "模块版本:$moduleVersion $pendingFlag"
|
||||||
binding.mainTextColorOsVersion.text = "系统版本:$colorOSFullVersion"
|
binding.mainTextColorOsVersion.text = "系统版本:[$androidVersionCodeName] $colorOSFullVersion"
|
||||||
/** 媒体通知自动展开仅支持 12.1 - 旧版本适配过于复杂已放弃 */
|
/** 媒体通知自动展开仅支持 12.1 - 旧版本适配过于复杂已放弃 */
|
||||||
if (colorOSNumberVersion != "V12.1") {
|
if (colorOSNumberVersion != "V12.1") {
|
||||||
binding.notifyMediaPanelAutoExpSwitch.isVisible = false
|
binding.notifyMediaPanelAutoExpSwitch.isVisible = false
|
||||||
|
Reference in New Issue
Block a user