Merge "Using highres icons for backup" into ub-launcher3-burnaby
This commit is contained in:
@@ -466,7 +466,7 @@ public class IconCache {
|
||||
}
|
||||
|
||||
LauncherActivityInfoCompat launcherActInfo = mLauncherApps.resolveActivity(intent, user);
|
||||
CacheEntry entry = cacheLocked(component, launcherActInfo, user, true, true);
|
||||
CacheEntry entry = cacheLocked(component, launcherActInfo, user, true, false /* useLowRes */);
|
||||
return entry.icon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user