From 2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Wed, 17 Nov 2010 18:14:58 -0800
Subject: [PATCH] docs: add better visibility to app install location doc
Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070
---
docs/html/guide/topics/manifest/manifest-element.jd | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/html/guide/topics/manifest/manifest-element.jd b/docs/html/guide/topics/manifest/manifest-element.jd
index a35c5a13c29ac..7f21e6bbb9fb1 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.
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.
+Read App Install Location for
+more information about using this attribute (including how to maintain backward compatibility).
+
Introduced in: API Level 8.
@@ -173,7 +176,7 @@ this attribute is set to {@code internalOnly}, which is the default setting.
see also:
-App Install Location
+
<application>