• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

修訂2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8 (tree)
時間2010-11-18 11:14:58
作者Scott Main <smain@goog...>
CommiterScott Main

Log Message

docs: add better visibility to app install location doc

Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070

Change Summary

差異

--- 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>
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>