am 5401c5a2: Merge "Using full-resolution default activity icon in Recent Apps" into honeycomb

* commit '5401c5a25687a6e6e97f59fee76aa0ae1feac807':
  Using full-resolution default activity icon in Recent Apps
This commit is contained in:
Michael Jurka
2011-01-17 14:42:11 -08:00
committed by Android Git Automerger

View File

@@ -297,7 +297,7 @@ public class RecentAppsPanel extends RelativeLayout implements StatusBarPanel, O
private Drawable getFullResDefaultActivityIcon() {
return getFullResIcon(Resources.getSystem(),
com.android.internal.R.drawable.sym_def_app_icon);
com.android.internal.R.mipmap.sym_def_app_icon);
}
private Drawable getFullResIcon(Resources resources, int iconId) {