We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f2253 + f019595 commit 841a37aCopy full SHA for 841a37a
core/java/android/app/Activity.java
@@ -2742,6 +2742,10 @@ public boolean onNavigateUpFromChild(Activity child) {
2742
* may choose to override this method to construct the desired task stack in a different
2743
* way.</p>
2744
*
2745
+ * <p>This method will be invoked by the default implementation of {@link #onNavigateUp()}
2746
+ * if {@link #shouldUpRecreateTask(Intent)} returns true when supplied with the intent
2747
+ * returned by {@link #getParentActivityIntent()}.</p>
2748
+ *
2749
* <p>Applications that wish to supply extra Intent parameters to the parent stack defined
2750
* by the manifest should override {@link #onPrepareNavigateUpTaskStack(TaskStackBuilder)}.</p>
2751
0 commit comments