version:1.8
fix:应用使用记录 add:
This commit is contained in:
@@ -294,7 +294,7 @@ public class IconCache extends BaseIconCache {
|
||||
|
||||
if (null != info) {
|
||||
String name = info.getComponentName().getClassName();
|
||||
Log.e("fht", "getDeskClockIcon:"+name);
|
||||
// Log.e("fht", "getDeskClockIcon:"+name);
|
||||
if (appClassNameList.indexOf(info.getComponentName().getClassName()) == -1) {
|
||||
icon = BitmapUtils.getRoundedBitmap(mIconProvider.getIcon(info, mIconDpi, flattenDrawable), mContext);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user