* commit '2c6131bba957dc5b4e1638bb8b0c10ebddf2049a': Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.
This commit is contained in:
@@ -314,8 +314,8 @@ public class Notification implements Parcelable
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Bit to be bitwise-ored into the {@link #flags} field that should be
|
* 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
|
* set if you would only like the sound, vibrate and ticker to be played
|
||||||
* notification is sent, even if it has not been canceled before that.
|
* if the notification was not already showing.
|
||||||
*/
|
*/
|
||||||
public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008;
|
public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user