From 52a2841f6b364d6a002d33bcea5816b1bce2e30d Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 9 Jul 2014 11:30:12 -0700 Subject: Fixing issue where package updates were not getting propagated properly issue 16097189 Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58 --- src/com/android/launcher3/AllAppsList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/AllAppsList.java b/src/com/android/launcher3/AllAppsList.java index c25aa4094..38d2fa541 100644 --- a/src/com/android/launcher3/AllAppsList.java +++ b/src/com/android/launcher3/AllAppsList.java @@ -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 { -- cgit v1.2.3