Replace launcher3 default icon to match with the platform one.
Bug: 63083094 Change-Id: Ic77d443ee563959c2569263e2d9de7452fa8d26d
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user