am 4c9f4571: am fb19fc61: am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit '4c9f457141747b19f2f78f682889313bcbd010e6':
  Doc Update: revert PendingIntent fix.
This commit is contained in:
Katie McCormick
2014-04-01 01:32:55 +00:00
committed by Android Git Automerger

View File

@@ -121,8 +121,8 @@ public final class PendingIntent implements Parcelable {
*/
public static final int FLAG_ONE_SHOT = 1<<30;
/**
* Flag indicating that if the described PendingIntent already
* exists, then simply return null instead of creating it.
* Flag indicating that if the described PendingIntent does not
* already exist, then simply return null instead of creating it.
* For use with {@link #getActivity}, {@link #getBroadcast}, and
* {@link #getService}.
*/