File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
112112older platforms, you must be careful not to use programming APIs introduced in API Level 8
113113while 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
115115backward compatibility in your application code, see the <a
116116href="{@docRoot}resources/articles/backward-compatibility.html">Backward Compatibility</a>
117117article.</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
168168be disabled, which can have unforeseeable consequences for the device functionality, which may
169169persist 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
You can’t perform that action at this time.
0 commit comments