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

Commit 76faf3c7 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: Iea7edef025412ba1417d535ff7b8cfe16355092f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8e9aba6a 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);
    }

    /**