diff options
| author | Griff Hazen <griff@google.com> | 2014-04-28 20:37:24 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-28 20:37:24 +0000 |
| commit | e638b84436caeea8d54b560c0b883ef599ba328d (patch) | |
| tree | 5f581fb78075b8cde92a101f78c84a6fe5f13c6e /core/java | |
| parent | 734a78fb867384dfb84f5f42f65b4681562d62b5 (diff) | |
| parent | 3c5a6cf93520be23e6d5a9bc4cb8f4e8c18214b1 (diff) | |
am 3c5a6cf9: am 2c6131bb: am 293977bd: Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.
* commit '3c5a6cf93520be23e6d5a9bc4cb8f4e8c18214b1':
Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/Notification.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index e6b5de18d2f4..55e7470d15d3 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -314,8 +314,8 @@ public class Notification implements Parcelable /** * Bit to be bitwise-ored into the {@link #flags} field that should be - * set if you want the sound and/or vibration play each time the - * notification is sent, even if it has not been canceled before that. + * set if you would only like the sound, vibrate and ticker to be played + * if the notification was not already showing. */ public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; |
