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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user