Fixing issue where package updates were not getting propagated properly

issue 16097189

Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58
(cherry picked from commit 52a2841f6b)
This commit is contained in:
Adam Cohen
2014-07-09 11:30:12 -07:00
parent cae7ce93a4
commit e28cc02e81

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 {