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

Commit 34644b37 authored by Nikhil Kumar's avatar Nikhil Kumar Committed by Automerger Merge Worker
Browse files

Merge "Send ACTION_REMOTE_BUGREPORT_DISPATCH braodcast to the SYSTEM user"...

Merge "Send ACTION_REMOTE_BUGREPORT_DISPATCH braodcast to the SYSTEM user" into udc-dev am: cb05df15

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



Change-Id: I27539646d859fffaf6ce1b1a7646a8c294a90cab
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5ce98667 cb05df15
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -455,7 +455,8 @@ public class BugreportProgressService extends Service {
        intent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_HASH, bugreportHash);
        intent.putExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, nonce);
        intent.putExtra(EXTRA_BUGREPORT, bugreportFileName);
        context.sendBroadcast(intent, android.Manifest.permission.DUMP);
        context.sendBroadcastAsUser(intent, UserHandle.SYSTEM,
                android.Manifest.permission.DUMP);
    }

    /**