From f6d8de6ff755811098d70581f27734df83ea8709 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 12 May 2011 10:00:25 -0700 Subject: [PATCH] docs: Cherrypicking change from honeycomb Change-Id: I6b62a5c608d3f17f5ff3c81773dc3055d0428d74 Change-Id: I85e6b923857d538df8e1e040030aa988279de9eb --- docs/html/guide/appendix/install-location.jd | 5 +++++ docs/html/guide/publishing/licensing.jd | 6 +++--- docs/html/guide/topics/manifest/manifest-element.jd | 9 +++++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd index 7f96809104ac7..617f4fc5aa0ee 100644 --- a/docs/html/guide/appendix/install-location.jd +++ b/docs/html/guide/appendix/install-location.jd @@ -171,6 +171,11 @@ persist after external storage is remounted.
The system delivers the {@link android.content.Intent#ACTION_BOOT_COMPLETED} broadcast before the external storage is mounted to the device. If your application is installed on the external storage, it can never receive this broadcast.
+
Copy Protection
+
Your application cannot be installed to a device's SD card if it uses Android Market's + Copy Protection feature. However, if you use Android Market's + Application Licensing instead, your + application can be installed to internal or external storage, including SD cards.

If your application uses any of the features listed above, you should not allow diff --git a/docs/html/guide/publishing/licensing.jd b/docs/html/guide/publishing/licensing.jd index a9b182eff8376..d89a8ca810dc3 100644 --- a/docs/html/guide/publishing/licensing.jd +++ b/docs/html/guide/publishing/licensing.jd @@ -263,15 +263,15 @@ licensed for all users. If your application is already published as free, you won't be able to upload a new version that uses licensing. -

Replacement for copy protection

+

Replacement for Copy Protection

Android Market Licensing is a flexible, secure mechanism for controlling -access to your applications. It effectively replaces the copy-protection +access to your applications. It effectively replaces the Copy Protection mechanism offered on Android Market and gives you wider distribution potential for your applications.