DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on SD card after reboot

Bug: 2941495
Change-Id: Ie8e0e0c62259f8cf933e53b7aa2dc28a835110ae
This commit is contained in:
Joe Onorato
2010-08-30 18:30:15 -07:00
parent 0649843cbf
commit ddc9c1fb1a
3 changed files with 7 additions and 7 deletions

View File

@@ -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) {