From f5675decc9f0e5b83a7041d6181343abe2cfe31c Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 12 Jan 2011 10:15:46 -0800 Subject: [PATCH] Use the default activity mipmap So we can use different scales of the default activity icon, switch to using the mipmap version of it. Bug: 3325002 Change-Id: I3307bc8959829958e0da4ab2a9238c89ff9fdead --- src/com/android/launcher2/IconCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher2/IconCache.java b/src/com/android/launcher2/IconCache.java index ae8c98a609..468645bcc6 100644 --- a/src/com/android/launcher2/IconCache.java +++ b/src/com/android/launcher2/IconCache.java @@ -67,7 +67,7 @@ public class IconCache { public Drawable getFullResDefaultActivityIcon() { return getFullResIcon(Resources.getSystem(), - com.android.internal.R.drawable.sym_def_app_icon); + com.android.internal.R.mipmap.sym_def_app_icon); } public Drawable getFullResIcon(Resources resources, int iconId) {