commit | a2f665f4f7dc60aa0ea97e20027a79e796241356 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Sep 26 12:18:32 2013 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Sep 26 12:18:32 2013 +0100 |
tree | 5c06e60e9815d24a1c14ae3726ff304a50765d8f | |
parent | 4082c8c7d7a881341fed5e21ee9f22efe1f8b132 [diff] [blame] |
Broadcast app launches from all apps too. Bug 10943415 Change-Id: I0e496a53fc253bd313d269a05674d7c5cdadee68
diff --git a/src/com/android/launcher3/AppsCustomizePagedView.java b/src/com/android/launcher3/AppsCustomizePagedView.java index dd870e4..4e9d68b 100644 --- a/src/com/android/launcher3/AppsCustomizePagedView.java +++ b/src/com/android/launcher3/AppsCustomizePagedView.java
@@ -500,6 +500,7 @@ mPressedIcon.lockDrawableState(); } mLauncher.startActivitySafely(v, appInfo.intent, appInfo); + mLauncher.getStats().recordLaunch(appInfo.intent); } else if (v instanceof PagedViewWidget) { // Let the user know that they have to long press to add a widget if (mWidgetInstructionToast != null) {