From 4d16982d4274082708d0e9bd27e93769b4264ee3 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Fri, 30 Jun 2017 11:46:42 -0700 Subject: Replace launcher3 default icon to match with the platform one. Bug: 63083094 Change-Id: Ic77d443ee563959c2569263e2d9de7452fa8d26d --- src/com/android/launcher3/IconCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher3/IconCache.java') diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index 5e06763a4..a23a67447 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java @@ -120,7 +120,7 @@ public class IconCache { } private Drawable getFullResDefaultActivityIcon() { - return getFullResIcon(Resources.getSystem(), android.R.mipmap.sym_def_app_icon); + return getFullResIcon(Resources.getSystem(), android.R.drawable.sym_def_app_icon); } private Drawable getFullResIcon(Resources resources, int iconId) { -- cgit v1.2.3