Adding a utility class to enforce that icons are always flattened on

the background thread.

Bug: 21325319
Change-Id: I4d0f02557cdbf70cfa86750ac047faf2917e39bf
This commit is contained in:
Sunny Goyal
2016-11-11 11:45:00 -08:00
parent 47a96054d9
commit 32f3dda802
11 changed files with 168 additions and 101 deletions

View File

@@ -213,7 +213,6 @@ public class PackageUpdatedTask extends ExtendedModelTask {
si.iconResource.resourceName, context);
if (icon != null) {
si.setIcon(icon);
si.usingFallbackIcon = false;
infoUpdated = true;
}
}