summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-11-17 18:37:50 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-17 18:37:50 -0800
commit705c179e3aade32f0e288299ba4519d4ee0a333f (patch)
tree3989b2ea1cd8faf0991b79c9d52a6f5548fd5e17 /docs
parent977d01f392d820da82e9bfdc00166302ca4d21f7 (diff)
parent0fe33a4835ae3721f6302f3f2112d79e43b2b4f6 (diff)
downloadframeworks_base-705c179e3aade32f0e288299ba4519d4ee0a333f.zip
frameworks_base-705c179e3aade32f0e288299ba4519d4ee0a333f.tar.gz
frameworks_base-705c179e3aade32f0e288299ba4519d4ee0a333f.tar.bz2
am 0fe33a48: am 2cbe92ea: docs: add better visibility to app install location doc
* commit '0fe33a4835ae3721f6302f3f2112d79e43b2b4f6': docs: add better visibility to app install location doc
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/manifest/manifest-element.jd5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/manifest-element.jd b/docs/html/guide/topics/manifest/manifest-element.jd
index a35c5a1..7f21e6b 100644
--- a/docs/html/guide/topics/manifest/manifest-element.jd
+++ b/docs/html/guide/topics/manifest/manifest-element.jd
@@ -159,6 +159,9 @@ multiple SD cards can be used with the same device.</li>
storage. However, the system will not allow the user to move the application to external storage if
this attribute is set to {@code internalOnly}, which is the default setting.</p>
+<p>Read <a href="{@docRoot}guide/appendix/install-location.html">App Install Location</a> for
+more information about using this attribute (including how to maintain backward compatibility).</p>
+
<p>Introduced in: API Level 8.</p>
@@ -173,7 +176,7 @@ this attribute is set to {@code internalOnly}, which is the default setting.</p>
<p>
<dt>see also:</dt>
-<dd><a href="{@docRoot}guide/appendix/install-location.html">App Install Location</a><br/>
+<dd>
<code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
</dl>