Skip to content
Snippets Groups Projects
Commit 3317653b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Send DROPBOX_ENTRY_ADDED to all users" into rvc-qpr-dev

parents b4f13f85 cbaf2ac1
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ public final class DropBoxManagerService extends SystemService {
if (!DropBoxManagerService.this.mBooted) {
intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
}
getContext().sendBroadcastAsUser(intent, UserHandle.SYSTEM,
getContext().sendBroadcastAsUser(intent, UserHandle.ALL,
android.Manifest.permission.READ_LOGS);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment