Merge "Fixing issue where package updates were not getting propagated properly" into ub-now-master

This commit is contained in:
Adam Cohen
2014-07-09 19:09:18 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -154,7 +154,7 @@ class AllAppsList {
final LauncherActivityInfoCompat info = matches.get(i);
AppInfo applicationInfo = findApplicationInfoLocked(
info.getComponentName().getPackageName(), user,
info.getComponentName().getShortClassName());
info.getComponentName().getClassName());
if (applicationInfo == null) {
add(new AppInfo(context, info, user, mIconCache, null));
} else {