Merge "Send DROPBOX_ENTRY_ADDED to all users" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3317653b8c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user