Merge "Fix longstanding nonsense in javadocs." into jb-mr1.1-dev

This commit is contained in:
Daniel Sandler
2012-12-06 11:31:28 -08:00
committed by Android (Google) Code Review

View File

@@ -322,7 +322,7 @@ 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 the notification should be canceled when it is clicked by the * set if the notification should be canceled when it is clicked by the
* user. On tablets, the * user.
*/ */
public static final int FLAG_AUTO_CANCEL = 0x00000010; public static final int FLAG_AUTO_CANCEL = 0x00000010;