修复通知栏单色图标颜色不显示的问题,增加 MIPUSH 单色颜色填充图标优化改进

This commit is contained in:
2022-02-16 02:08:20 +08:00
parent b82e6d8bff
commit a0f40012c6
6 changed files with 129 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ IconDataBean(
appName = "", // APP 名称
packageName = "", // APP 包名
iconBitmap = ("").bitmap, // 位图数据 Base64
iconColor = 0, // 通知栏中显示的图标颜色 - 设置为 0 使用系统默认颜色 (不设置颜色可不写)
contributorName = "" // 贡献者昵称
)
```