From 87d9d1a0405e6cdbcd7c87cfebee04b622100753 Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Mon, 31 Mar 2014 16:16:32 -0700 Subject: [PATCH] Doc Update: revert PendingIntent fix. Original fix was in error. Reverting. See: b/10641568 Change-Id: I471157388b2d55aa99bd16813c07607b8a0a7046 --- core/java/android/app/PendingIntent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java index 45467b8d9e18e..7129e9e52baa3 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}. */