From db2af676aeb3361b9a12f92e8bc27f6ffdc0f3f8 Mon Sep 17 00:00:00 2001 From: cretin45 Date: Mon, 23 Nov 2015 14:18:44 -0800 Subject: Use full res app icon on icon cache init Change-Id: I77400641d561de9b012b4fadd088fb62c9dbdcdd --- src/com/android/launcher3/AppInfo.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/android/launcher3/AppInfo.java b/src/com/android/launcher3/AppInfo.java index 4c4d67c59..4107cea66 100644 --- a/src/com/android/launcher3/AppInfo.java +++ b/src/com/android/launcher3/AppInfo.java @@ -96,7 +96,8 @@ public class AppInfo extends ItemInfo { isDisabled |= ShortcutInfo.FLAG_DISABLED_QUIET_USER; } - iconCache.getTitleAndIcon(this, info, true /* useLowResIcon */); + // Using the full res icon on init might need to be made configurable for low spec devices. + iconCache.getTitleAndIcon(this, info, false /* useLowResIcon */); intent = makeLaunchIntent(context, info, user); this.user = user; } -- cgit v1.2.3