commit | 06b5b015dd9dcb428855861b39c89e6e6be68467 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Oct 21 08:12:30 2017 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Oct 21 08:12:30 2017 +0000 |
tree | ca4a354c797351c4e22ab98f38fa52501e606548 | |
parent | 73cafdd4e3f93f6a50d25ddc41925d0665a1f706 [diff] | |
parent | 6273139733ad6aae47a8e2bbeb94e286b59e5e1d [diff] |
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);