summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2015-01-16 18:47:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-16 18:47:08 +0000
commit1e59b338e6d1a270947908e53cefd088e2e38fb3 (patch)
tree8a5f06e274c58085780c4c64f6676cf46cdb5405 /docs/html/guide/topics
parent39389af4f1c08ffd1ad4511f2241ebeaca870191 (diff)
parent083146428420dd3daa887d6e9c019e747a604cb5 (diff)
downloadframeworks_base-1e59b338e6d1a270947908e53cefd088e2e38fb3.zip
frameworks_base-1e59b338e6d1a270947908e53cefd088e2e38fb3.tar.gz
frameworks_base-1e59b338e6d1a270947908e53cefd088e2e38fb3.tar.bz2
am 08314642: am 90312d80: am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev
* commit '083146428420dd3daa887d6e9c019e747a604cb5': docs: Added info on noHistory and onActivityResult(). Bug: 13807256
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/manifest/activity-element.jd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd
index 7374a67..c1256f9 100644
--- a/docs/html/guide/topics/manifest/activity-element.jd
+++ b/docs/html/guide/topics/manifest/activity-element.jd
@@ -686,7 +686,9 @@ visible on screen &mdash; "{@code true}" if it should be finished, and
<p>
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.
</p>
<p>