OSDN Git Service

resolve merge conflicts of 0c2f0700a5 to ub-launcher3-master.
authorSunny Goyal <sunnygoyal@google.com>
Mon, 30 Nov 2015 18:19:02 +0000 (10:19 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Mon, 30 Nov 2015 18:19:02 +0000 (10:19 -0800)
Change-Id: I92f38e9f4ac4d9b6c5a3000e0971d2bc417bd3c6

1  2 
src/com/android/launcher3/AppInfo.java
src/com/android/launcher3/ShortcutInfo.java

@@@ -125,8 -121,7 +118,7 @@@ public class AppInfo extends ItemInfo 
      public static void dumpApplicationInfoList(String tag, String label, ArrayList<AppInfo> list) {
          Log.d(tag, label + " size=" + list.size());
          for (AppInfo info: list) {
 -            Log.d(tag, "   title=\"" + info.title + "\" iconBitmap=" + info.iconBitmap 
 +            Log.d(tag, "   title=\"" + info.title + "\" iconBitmap=" + info.iconBitmap
-                     + " firstInstallTime=" + info.firstInstallTime
                      + " componentName=" + info.componentName.getPackageName());
          }
      }