commit | ffe83f13319cdb833a25596d47cf1af098cc4c60 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Aug 14 17:39:34 2014 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed Aug 20 17:09:18 2014 -0700 |
tree | 1f9b9f0144a540ff74b4dda1bbb837c9f781ad0b | |
parent | 22308ce1b858aa9a4e9068ea4fb1d47e62fc6e67 [diff] [blame] |
Adding support for managed profiles in widget issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab
diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index 06b7775..76a85ca 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java
@@ -146,6 +146,10 @@ return getFullResDefaultActivityIcon(); } + public int getFullResIconDpi() { + return mIconDpi; + } + public Drawable getFullResIcon(ResolveInfo info) { return getFullResIcon(info.activityInfo); }