Updating Java doc for FLAG_ACTIVITY_RESET_TASK_IF_NEEDED

The flag cooperate with these attributes for different behavior.
Update document to also check these attributes for reference.

Bug: 123083574
Test: build
Change-Id: I163b711f429838dd39415fcc9bf60ca003b01180
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index d352b27..6d36cbe 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -6465,6 +6465,10 @@
      * any affinities needed to have that task in the proper state (either
      * moving activities to or from it), or simply resetting that task to
      * its initial state if needed.
+     *
+     * @see android.R.attr#allowTaskReparenting
+     * @see android.R.attr#clearTaskOnLaunch
+     * @see android.R.attr#finishOnTaskLaunch
      */
     public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000;
     /**