diff options
author | Katie McCormick <kmccormick@google.com> | 2014-04-01 00:15:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-01 00:15:52 +0000 |
commit | 905a5b1477b3a1899ef389dbe081f9c70a4fe13d (patch) | |
tree | e5a37d8ac695e76a2c4610fe9edd8f4186ae0d67 | |
parent | adcb288e3890381c9961ee32a79df8e9d805a6ad (diff) | |
parent | 87d9d1a0405e6cdbcd7c87cfebee04b622100753 (diff) | |
download | frameworks_base-905a5b1477b3a1899ef389dbe081f9c70a4fe13d.zip frameworks_base-905a5b1477b3a1899ef389dbe081f9c70a4fe13d.tar.gz frameworks_base-905a5b1477b3a1899ef389dbe081f9c70a4fe13d.tar.bz2 |
am 87d9d1a0: Doc Update: revert PendingIntent fix.
* commit '87d9d1a0405e6cdbcd7c87cfebee04b622100753':
Doc Update: revert PendingIntent fix.
-rw-r--r-- | core/java/android/app/PendingIntent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java index 45467b8..7129e9e 100644 --- a/core/java/android/app/PendingIntent.java +++ b/core/java/android/app/PendingIntent.java @@ -95,8 +95,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}. */ |