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

Commit cb05df15 authored by Nikhil Kumar's avatar Nikhil Kumar Committed by Android (Google) Code Review
Browse files

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

parents 575d6d1b 3def94e8
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);
    }

    /**