Snap for 4410151 from 6273139733ad6aae47a8e2bbeb94e286b59e5e1d to pi-release

Change-Id: I52bebfc25b4b9681b9ead035f911f1759affad53
diff --git a/src/com/android/settings/intelligence/suggestions/SuggestionService.java b/src/com/android/settings/intelligence/suggestions/SuggestionService.java
index b8ccef0..630a219 100644
--- a/src/com/android/settings/intelligence/suggestions/SuggestionService.java
+++ b/src/com/android/settings/intelligence/suggestions/SuggestionService.java
@@ -47,6 +47,11 @@
                 .markSuggestionDismissed(this /* context */, id);
     }
 
+    @Override
+    public void onSuggestionLaunched(Suggestion suggestion) {
+        Log.d(TAG, "Suggestion launched" + suggestion.getId());
+    }
+
     public static SharedPreferences getSharedPrefs(Context context) {
         return context.getApplicationContext()
                 .getSharedPreferences(SHARED_PREF_FILENAME, Context.MODE_PRIVATE);