Doc Update: revert PendingIntent fix.
Original fix was in error. Reverting. See: b/10641568 Change-Id: I471157388b2d55aa99bd16813c07607b8a0a7046
This commit is contained in:
@@ -95,8 +95,8 @@ public final class PendingIntent implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
public static final int FLAG_ONE_SHOT = 1<<30;
|
public static final int FLAG_ONE_SHOT = 1<<30;
|
||||||
/**
|
/**
|
||||||
* Flag indicating that if the described PendingIntent already
|
* Flag indicating that if the described PendingIntent does not
|
||||||
* exists, then simply return null instead of creating it.
|
* already exist, then simply return null instead of creating it.
|
||||||
* For use with {@link #getActivity}, {@link #getBroadcast}, and
|
* For use with {@link #getActivity}, {@link #getBroadcast}, and
|
||||||
* {@link #getService}.
|
* {@link #getService}.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user