commit | 8b805b17158886035b38261eb611d8641701ae43 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Wed Apr 18 14:23:14 2012 -0700 |
committer | Michael Jurka <mikejurka@google.com> | Wed Apr 25 16:24:03 2012 -0700 |
tree | 4244eabd560747196743f85b8c49f1c0202ccf1a | |
parent | 58039d634cb36da561501ccfafc266e1d83d0b4f [diff] [blame] |
Remove use of private APIs Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
diff --git a/src/com/android/launcher2/IconCache.java b/src/com/android/launcher2/IconCache.java index efa9fac..1e42f1b 100644 --- a/src/com/android/launcher2/IconCache.java +++ b/src/com/android/launcher2/IconCache.java
@@ -64,7 +64,7 @@ public Drawable getFullResDefaultActivityIcon() { return getFullResIcon(Resources.getSystem(), - com.android.internal.R.mipmap.sym_def_app_icon); + android.R.mipmap.sym_def_app_icon); } public Drawable getFullResIcon(Resources resources, int iconId) {