diff options
| author | 2014-04-01 00:21:34 +0000 | |
|---|---|---|
| committer | 2014-04-01 00:21:34 +0000 | |
| commit | fb19fc61f28bcff1b129d1a60913f5b8722f10cf (patch) | |
| tree | fe535c66df5fa6312be6a278d7cf37c411135a78 | |
| parent | c796ccaafb935592b98d5aaad2594791935f6530 (diff) | |
| parent | 905a5b1477b3a1899ef389dbe081f9c70a4fe13d (diff) | |
am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.
* commit '905a5b1477b3a1899ef389dbe081f9c70a4fe13d':
  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 45467b8d9e18..7129e9e52baa 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}.       */ |