OSDN Git Service

Fixes typo in Intent documentation
authorPaul Soulos <psoulos@google.com>
Fri, 19 Sep 2014 18:00:52 +0000 (11:00 -0700)
committerPaul Soulos <psoulos@google.com>
Fri, 19 Sep 2014 19:10:04 +0000 (19:10 +0000)
bug: 17583712
Change-Id: I37c77644213417751f8261098af44096aef51b14

core/java/android/content/Intent.java

index 53912e1..a19fbd3 100644 (file)
@@ -3587,7 +3587,7 @@ public class Intent implements Parcelable, Cloneable {
      * creating new document tasks.
      *
      * <p>This flag is ignored if one of {@link #FLAG_ACTIVITY_NEW_TASK} or
-     * {@link #FLAG_ACTIVITY_NEW_TASK} is not also set.
+     * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} is not also set.
      *
      * <p>See
      * <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back