diff options
Diffstat (limited to 'docs/html/guide/appendix/install-location.jd')
-rw-r--r-- | docs/html/guide/appendix/install-location.jd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd index 7f96809..617f4fc 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.</dd> <dd>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.</dd> + <dt>Copy Protection</dt> + <dd>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 + <a href="{@docRoot}guide/publishing/licensing.html">Application Licensing</a> instead, your + application <em>can</em> be installed to internal or external storage, including SD cards.</dd> </dl> <p>If your application uses any of the features listed above, you <strong>should not</strong> allow |