Loading packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +5 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,11 @@ public class RecentsPanelView extends RelativeLayout } private Drawable getFullResIcon(Resources resources, int iconId) { try { return resources.getDrawableForDensity(iconId, mIconDpi); } catch (Resources.NotFoundException e) { return getFullResDefaultActivityIcon(); } } private Drawable getFullResIcon(ResolveInfo info, PackageManager packageManager) { Loading Loading
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +5 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,11 @@ public class RecentsPanelView extends RelativeLayout } private Drawable getFullResIcon(Resources resources, int iconId) { try { return resources.getDrawableForDensity(iconId, mIconDpi); } catch (Resources.NotFoundException e) { return getFullResDefaultActivityIcon(); } } private Drawable getFullResIcon(ResolveInfo info, PackageManager packageManager) { Loading