diff options
author | Scott Main <smain@google.com> | 2011-02-08 11:25:01 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-08 11:37:44 -0800 |
commit | 7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6 (patch) | |
tree | 153bab6076f6f309e4d3aa0ccf831d8c8ff492c7 /core/res | |
parent | 7d9d8efebab9bda05cdb7733374723e1e3787d7c (diff) | |
download | frameworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.zip frameworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.tar.gz frameworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.tar.bz2 |
docs: fix links to revised fundamentals documents
Change-Id: Ie2a660cce1d00f924c9fde5c6a00776307e5e1c7
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/attrs_manifest.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index a9a7e4a..e8f30ad 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -441,8 +441,8 @@ <attr name="priority" format="integer" /> <!-- Specify how an activity should be launched. See the - <a href="{@docRoot}guide/topics/fundamentals.html#acttask">Application Fundamentals</a> - documentation for important information on how these options impact + <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back + Stack</a> document for important information on how these options impact the behavior of your application. <p>If this attribute is not specified, <code>standard</code> launch @@ -478,8 +478,8 @@ of the activity being started at the top of the stack, it will receive the Intent as described there (without the FLAG_ACTIVITY_BROUGHT_TO_FRONT flag set). See the - <a href="{@docRoot}guide/topics/fundamentals.html#acttask">Application Fundamentals</a> - documentation for more details on tasks.--> + <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back + Stack</a> document for more details about tasks.--> <enum name="singleTask" value="2" /> <!-- Only allow one instance of this activity to ever be running. This activity gets a unique task with only itself running @@ -489,8 +489,8 @@ method called. If this activity tries to start a new activity, that new activity will be launched in a separate task. See the - <a href="{@docRoot}guide/topics/fundamentals.html#acttask">Application Fundamentals</a> - documentation for more details on tasks. --> + <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back + Stack</a> document for more details about tasks.--> <enum name="singleInstance" value="3" /> </attr> |