version:1.1.9
fix: update:增加客服联系方式,优化主页显示
This commit is contained in:
@@ -427,6 +427,11 @@ public class ApkUtils {
|
||||
}
|
||||
}
|
||||
|
||||
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