Skip to content

Commit 3317653

Browse files
TreeHugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "Send DROPBOX_ENTRY_ADDED to all users" into rvc-qpr-dev
2 parents b4f13f8 + cbaf2ac commit 3317653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/core/java/com/android/server/DropBoxManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private void prepareAndSendBroadcast(Intent intent) {
260260
if (!DropBoxManagerService.this.mBooted) {
261261
intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
262262
}
263-
getContext().sendBroadcastAsUser(intent, UserHandle.SYSTEM,
263+
getContext().sendBroadcastAsUser(intent, UserHandle.ALL,
264264
android.Manifest.permission.READ_LOGS);
265265
}
266266

0 commit comments

Comments
 (0)