summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-06-30 11:46:42 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-06-30 11:46:42 -0700
commit4d16982d4274082708d0e9bd27e93769b4264ee3 (patch)
treed3a2e3b77cdce53f655adb38a27e236dc5788668 /src/com/android/launcher3/IconCache.java
parent20c55b0e87f6ddb48a1d489ef025c8b68428b8a0 (diff)
downloadandroid_packages_apps_Trebuchet-4d16982d4274082708d0e9bd27e93769b4264ee3.tar.gz
android_packages_apps_Trebuchet-4d16982d4274082708d0e9bd27e93769b4264ee3.tar.bz2
android_packages_apps_Trebuchet-4d16982d4274082708d0e9bd27e93769b4264ee3.zip
Replace launcher3 default icon to match with the platform one.
Bug: 63083094 Change-Id: Ic77d443ee563959c2569263e2d9de7452fa8d26d
Diffstat (limited to 'src/com/android/launcher3/IconCache.java')
-rw-r--r--src/com/android/launcher3/IconCache.java2
1 files changed, 1 insertions, 1 deletions
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) {