Skip to content

Commit 2cbe92e

Browse files
committed
docs: add better visibility to app install location doc
Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070
1 parent 5a72672 commit 2cbe92e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/html/guide/topics/manifest/manifest-element.jd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ multiple SD cards can be used with the same device.</li>
159159
storage. However, the system will not allow the user to move the application to external storage if
160160
this attribute is set to {@code internalOnly}, which is the default setting.</p>
161161

162+
<p>Read <a href="{@docRoot}guide/appendix/install-location.html">App Install Location</a> for
163+
more information about using this attribute (including how to maintain backward compatibility).</p>
164+
162165
<p>Introduced in: API Level 8.</p>
163166

164167

@@ -173,7 +176,7 @@ this attribute is set to {@code internalOnly}, which is the default setting.</p>
173176

174177
<p>
175178
<dt>see also:</dt>
176-
<dd><a href="{@docRoot}guide/appendix/install-location.html">App Install Location</a><br/>
179+
<dd>
177180
<code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
178181

179182
</dl>

0 commit comments

Comments
 (0)