Merge "Send DROPBOX_ENTRY_ADDED to all users" into rvc-qpr-dev am: 3317653b8c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13211982

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie800690663f874bef21abee094269abb5ee79a58
This commit is contained in:
TreeHugger Robot
2020-12-14 19:17:19 +00:00
committed by Automerger Merge Worker

View File

@@ -260,7 +260,7 @@ public final class DropBoxManagerService extends SystemService {
if (!DropBoxManagerService.this.mBooted) { if (!DropBoxManagerService.this.mBooted) {
intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
} }
getContext().sendBroadcastAsUser(intent, UserHandle.SYSTEM, getContext().sendBroadcastAsUser(intent, UserHandle.ALL,
android.Manifest.permission.READ_LOGS); android.Manifest.permission.READ_LOGS);
} }