commit | b50cc8c5d6125715b139d978887830a5341971aa | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Oct 06 16:23:56 2014 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue Oct 07 14:56:58 2014 -0700 |
tree | a349b95ae8835b0d72608124e58664d55241ee65 | |
parent | 2fce90c38a79d318e96a28107dea287e42509861 [diff] [blame] |
Updating icons for sortcuts when the target app updates. Bug: 17398260 Change-Id: I055abb971d1f72245e8616ac2ce07bcdf37cdd52
diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index 47cca37..06f9f29 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java
@@ -121,7 +121,7 @@ android.R.mipmap.sym_def_app_icon); } - public Drawable getFullResIcon(Resources resources, int iconId) { + private Drawable getFullResIcon(Resources resources, int iconId) { Drawable d; try { d = resources.getDrawableForDensity(iconId, mIconDpi);