DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on SD card after reboot
Bug: 2941495 Change-Id: Idf1869d33cd5c01abea5b059ca466529cee0ad93
This commit is contained in:
@@ -124,6 +124,10 @@ public class IconCache {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isDefaultIcon(Bitmap icon) {
|
||||
return mDefaultIcon == icon;
|
||||
}
|
||||
|
||||
private CacheEntry cacheLocked(ComponentName componentName, ResolveInfo info) {
|
||||
CacheEntry entry = mCache.get(componentName);
|
||||
if (entry == null) {
|
||||
|
||||
Reference in New Issue
Block a user