diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-04-04 11:17:06 -0700 |
|---|---|---|
| committer | Ricardo Cervera <rcervera@google.com> | 2014-11-05 08:55:51 -0800 |
| commit | 92f6a747085b4b5ed692de4bdb0050c096eae393 (patch) | |
| tree | 471db3e49dbaeb2043b2ae1bdddebbab8661f375 /docs/html/guide/topics | |
| parent | aa7bcf140d95049f1482c896b770de7ba339f7c9 (diff) | |
| download | frameworks_base-92f6a747085b4b5ed692de4bdb0050c096eae393.zip frameworks_base-92f6a747085b4b5ed692de4bdb0050c096eae393.tar.gz frameworks_base-92f6a747085b4b5ed692de4bdb0050c096eae393.tar.bz2 | |
docs: Added info on noHistory and onActivityResult(). Bug: 13807256
Change-Id: Iae4901a311e76401396f89c552e5b27a49c65c83
Diffstat (limited to 'docs/html/guide/topics')
| -rw-r--r-- | docs/html/guide/topics/manifest/activity-element.jd | 4 |
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 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 <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> |
