summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-04-08 05:10:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-08 05:10:35 +0000
commit46d03f15745378fdbbca4a923a418a258973541f (patch)
tree9a1fe638ddd324ac4ac426f25e24b639ef744d1a /core/java/android
parentf5042bcc1b0349adca92aa68ced753b7495a8da7 (diff)
parentbffb092773a0f0edee2f7825154c442a6872a298 (diff)
Merge "Updating Java doc for FLAG_ACTIVITY_RESET_TASK_IF_NEEDED" into sc-dev
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/Intent.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 2c77372d6345..e420ee15245d 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -6569,6 +6569,10 @@ public class Intent implements Parcelable, Cloneable {
* 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;
/**