summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/appendix/install-location.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-03 18:46:45 -0800
committerScott Main <smain@google.com>2011-02-07 21:03:04 -0800
commit9bf45a00752f84037dcf1aba79e76542b4d4ed22 (patch)
tree74d54faeb6a3cf2e0583d0dfad66c7059d433d96 /docs/html/guide/appendix/install-location.jd
parentae91b5ac7d18e4e461fa42709f51da73d29c403a (diff)
downloadframeworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.zip
frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.gz
frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.bz2
Finish the app fundamentals rewrite by updating the side nav and resolving links in the dev guide
Also move the app fundamentals document back to fundamentals.jd TODO: resolve links in the javadocs Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9
Diffstat (limited to 'docs/html/guide/appendix/install-location.jd')
-rw-r--r--docs/html/guide/appendix/install-location.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd
index 914aa66..7f96809 100644
--- a/docs/html/guide/appendix/install-location.jd
+++ b/docs/html/guide/appendix/install-location.jd
@@ -193,7 +193,7 @@ applications that should allow installation on external storage, because games d
provide additional services when innactive. When external storage becomes unavailable and a game
process is killed, there should be no visible effect when the storage becomes available again and
the user restarts the game (assuming that the game properly saved its state during the normal
-<a href="{@docRoot}guide/topics/fundamentals.html#lcycles">Activity lifecycle</a>).</p>
+<a href="{@docRoot}guide/topics/fundamentals/activities.html#Lifecycle">Activity lifecycle</a>).</p>
<p>If your application requires several megabytes for the APK file, you should
carefully consider whether to enable the application to install on the external storage so that