version:2.0.6
bugfixes:修复闹钟修改默认值,联系人为空时不显示占用,屏幕旋转会错乱,整点报时会息屏亮屏多次播报 update:主页不显示地址,微信拨号优化,优化离线联系人
This commit is contained in:
@@ -49,7 +49,7 @@ public class AppStatusManager {
|
||||
|
||||
private static final Set<String> mExcludeApp = new HashSet<String>() {{
|
||||
this.add("com.android.contacts");
|
||||
this.add("com.android.dialer");
|
||||
// this.add("com.android.dialer");
|
||||
// this.add("com.mediatek.camera");
|
||||
this.add("cn.etouch.ecalendar");
|
||||
}};
|
||||
|
||||
@@ -76,8 +76,6 @@ public class DesktopIconManager {
|
||||
|
||||
public Drawable getPackageIcon(String pkg) {
|
||||
switch (pkg) {
|
||||
case PackagesName.VSCOOL_SERVICE:
|
||||
return mContext.getDrawable(R.drawable.icon_wechat_service);
|
||||
case PackagesName.VSCOOL_EXIT_DESKTOP:
|
||||
return mContext.getDrawable(R.drawable.exit_icon);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user