version:1.2.0
fix: update:修复通知栏开关显示错误,客服联系方式可隐藏
This commit is contained in:
@@ -427,10 +427,12 @@ public class ApkUtils {
|
||||
}
|
||||
}
|
||||
|
||||
DesktopIcon dailyIcon = new DesktopIcon();
|
||||
dailyIcon.setTitle("客服中心");
|
||||
dailyIcon.setPackage("xxpatx.os.service");
|
||||
desktopIcons.add(0, dailyIcon);
|
||||
if (!AppStatusManager.getInstance().getHidedAppSet().contains("xxpatx.os.service")) {
|
||||
DesktopIcon dailyIcon = new DesktopIcon();
|
||||
dailyIcon.setTitle("客服中心");
|
||||
dailyIcon.setPackage("xxpatx.os.service");
|
||||
desktopIcons.add(0, dailyIcon);
|
||||
}
|
||||
|
||||
List<ShortcutPkgInfo> shortcutPkgInfos = ShortcutUtils.getInstance().getShortcutList();
|
||||
desktopIcons.addAll(shortcutPkgInfos);
|
||||
|
||||
Reference in New Issue
Block a user