From 4da84cd56582fb4025eb5a9a1d4bb5b5b4a50cef Mon Sep 17 00:00:00 2001 From: Christoph Studer Date: Tue, 21 Oct 2014 17:24:20 +0200 Subject: SysUI/NoMan: Log clicks on notification buttons Introduce notification_action_click logtag that is logged whenever the user clicks any notification button. For standard templates, we also log the index of the pressed action button. Bug: 18064190 Change-Id: Icb07795ff711729d16bde0b7e03d13c2f466779c --- core/java/com/android/internal/statusbar/IStatusBarService.aidl | 1 + 1 file changed, 1 insertion(+) (limited to 'core/java/com') diff --git a/core/java/com/android/internal/statusbar/IStatusBarService.aidl b/core/java/com/android/internal/statusbar/IStatusBarService.aidl index 8794d31..e6bcea1 100644 --- a/core/java/com/android/internal/statusbar/IStatusBarService.aidl +++ b/core/java/com/android/internal/statusbar/IStatusBarService.aidl @@ -43,6 +43,7 @@ interface IStatusBarService void onPanelRevealed(); void onPanelHidden(); void onNotificationClick(String key); + void onNotificationActionClick(String key, int actionIndex); void onNotificationError(String pkg, String tag, int id, int uid, int initialPid, String message, int userId); void onClearAllNotifications(int userId); -- cgit v1.1