version:1.2.9

fix:修复没有微信时打开报错
update:新增单独联系人页面
This commit is contained in:
2024-10-14 09:42:27 +08:00
parent 196b93424a
commit b5b12c3e83
22 changed files with 744 additions and 38 deletions

View File

@@ -98,8 +98,10 @@ public class DesktopIcon implements Serializable, Parcelable {
switch (mPackage) {
case AppManager.ADD_NAME:
return context.getDrawable(R.drawable.home_icon_add);
case "xxpatx.os.service":
case AppManager.SERVICE_PACKAGE:
return context.getDrawable(R.drawable.icon_wechat_service);
case AppManager.CONTACT_PACKAGE:
return context.getDrawable(R.drawable.com_android_contacts);
case "aios.daily.app":
return context.getDrawable(R.drawable.icon_daily_app);
case "aios.appstore":