am f8e1bb0e: am 24336555: Merge "Clarify the intention of setNotificationsShown" into mnc-dev

* commit 'f8e1bb0e2900ad8cd1c54d25b9a13e1d9b071a8a':
  Clarify the intention of setNotificationsShown
This commit is contained in:
Amith Yamasani
2015-06-26 20:50:47 +00:00
committed by Android Git Automerger

View File

@@ -369,7 +369,9 @@ public abstract class NotificationListenerService extends Service {
/**
* Inform the notification manager that these notifications have been viewed by the
* user.
* user. This should only be called when there is sufficient confidence that the user is
* looking at the notifications, such as when the notifications appear on the screen due to
* an explicit user interaction.
* @param keys Notifications to mark as seen.
*/
public final void setNotificationsShown(String[] keys) {