version:1.2.0
fix: update:修复通知栏开关显示错误,客服联系方式可隐藏
This commit is contained in:
@@ -108,6 +108,11 @@ public class AppStatusManager {
|
||||
dailyAppBeanList.add(appSelectBean);
|
||||
}
|
||||
}
|
||||
if (hidedAppSet.contains("xxpatx.os.service")) {
|
||||
DailyAppBean serviceIcon = new DailyAppBean("客服中心","xxpatx.os.service");
|
||||
dailyAppBeanList.add(0, serviceIcon);
|
||||
}
|
||||
|
||||
return dailyAppBeanList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user