From 92f6a747085b4b5ed692de4bdb0050c096eae393 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Fri, 4 Apr 2014 11:17:06 -0700 Subject: docs: Added info on noHistory and onActivityResult(). Bug: 13807256 Change-Id: Iae4901a311e76401396f89c552e5b27a49c65c83 --- docs/html/guide/topics/manifest/activity-element.jd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/html/guide') diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index bd1edc2..eb37b9a 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -565,7 +565,9 @@ visible on screen — "{@code true}" if it should be finished, and

A value of "{@code true}" means that the activity will not leave a historical trace. It will not remain in the activity stack for the task, -so the user will not be able to return to it. +so the user will not be able to return to it. In this case, +{@link android.app.Activity#onActivityResult onActivityResult()} is never called if you +start another activity for a result from this activity.

-- cgit v1.1