From 5249ad03454301744374d04e04b38aaad3b01530 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Tue, 12 Oct 2010 17:08:23 -0700
Subject: docs: add "boot completed" broadcast to list of DO NOTs for
installing on external storage bug: 3088494
Change-Id: I9da318efb3d05d52eb8c2677e96da1bcf1cd542a
---
docs/html/guide/appendix/install-location.jd | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/html/guide/appendix/install-location.jd b/docs/html/guide/appendix/install-location.jd
index be89caf..914aa66 100644
--- a/docs/html/guide/appendix/install-location.jd
+++ b/docs/html/guide/appendix/install-location.jd
@@ -111,7 +111,7 @@ storage.
Caution: Although XML markup such as this will be ignored by
older platforms, you must be careful not to use programming APIs introduced in API Level 8
while your {@code minSdkVersion} is less than "8", unless you perform the work necessary to
-provide backward compatiblity in your code. For information about building
+provide backward compatibility in your code. For information about building
backward compatibility in your application code, see the Backward Compatibility
article.
@@ -167,6 +167,10 @@ not work until external storage is remounted.
Your {@link android.app.admin.DeviceAdminReceiver} and all its admin capabilities will
be disabled, which can have unforeseeable consequences for the device functionality, which may
persist after external storage is remounted.
+ Broadcast Receivers listening for "boot completed"
+ 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.
If your application uses any of the features listed above, you should not allow
--
cgit v1.1