diff options
author | Scott Main <smain@google.com> | 2010-11-17 18:14:58 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-11-17 18:14:58 -0800 |
commit | 2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8 (patch) | |
tree | 6628a8551ef1bd7b553dc764d2a2017db45eab9b /docs/html | |
parent | 5a72672977b2682ee93160124d8fae9d64c16fe8 (diff) | |
download | frameworks_base-2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8.zip frameworks_base-2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8.tar.gz frameworks_base-2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8.tar.bz2 |
docs: add better visibility to app install location doc
Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/topics/manifest/manifest-element.jd | 5 |
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"><application></a></code></dd> </dl> |