Replace launcher3 default icon to match with the platform one.

Bug: 63083094

Change-Id: Ic77d443ee563959c2569263e2d9de7452fa8d26d
This commit is contained in:
Hyunyoung Song
2017-06-30 11:46:42 -07:00
parent 20c55b0e87
commit 4d16982d42
+1 -1
View File
@@ -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) {