Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12ccc350 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifc85214040a14620caa2e41942d3fa7e5eea16bb
parents 9dc71fc5 a2302b01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,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);
        }