Skip to content

Commit 5249ad0

Browse files
committed
docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage
bug: 3088494 Change-Id: I9da318efb3d05d52eb8c2677e96da1bcf1cd542a
1 parent 3fd40ee commit 5249ad0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/html/guide/appendix/install-location.jd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ storage.</p>
111111
<p class="caution"><strong>Caution:</strong> Although XML markup such as this will be ignored by
112112
older platforms, you must be careful not to use programming APIs introduced in API Level 8
113113
while your {@code minSdkVersion} is less than "8", unless you perform the work necessary to
114-
provide backward compatiblity in your code. For information about building
114+
provide backward compatibility in your code. For information about building
115115
backward compatibility in your application code, see the <a
116116
href="{@docRoot}resources/articles/backward-compatibility.html">Backward Compatibility</a>
117117
article.</p>
@@ -167,6 +167,10 @@ not work until external storage is remounted.</dd>
167167
<dd>Your {@link android.app.admin.DeviceAdminReceiver} and all its admin capabilities will
168168
be disabled, which can have unforeseeable consequences for the device functionality, which may
169169
persist after external storage is remounted.</dd>
170+
<dt>Broadcast Receivers listening for "boot completed"</dt>
171+
<dd>The system delivers the {@link android.content.Intent#ACTION_BOOT_COMPLETED} broadcast
172+
before the external storage is mounted to the device. If your application is installed on the
173+
external storage, it can never receive this broadcast.</dd>
170174
</dl>
171175

172176
<p>If your application uses any of the features listed above, you <strong>should not</strong> allow

0 commit comments

Comments
 (0)