Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c12112d authored by Griff Hazen's avatar Griff Hazen Committed by Android Git Automerger
Browse files

am e638b844: am 3c5a6cf9: am 2c6131bb: am 293977bd: Fix the doc for...

am e638b844: am 3c5a6cf9: am 2c6131bb: am 293977bd: Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.

* commit 'e638b844':
  Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.
parents 1ebf4ef1 e638b844
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -328,8 +328,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;