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

Commit 68068900 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 1f628c02: am aacb2f77: am 4575f2a9: Merge "Use foreground broadcast to get...

am 1f628c02: am aacb2f77: am 4575f2a9: Merge "Use foreground broadcast to get device admin msg." into lmp-dev

* commit '1f628c02fddfa25ba8af5b6478b4d34a20ca65ea':
  Use foreground broadcast to get device admin msg.
parents e9e1ce1b 86848b9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2575,6 +2575,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                return;
            }
            Intent intent = new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_DISABLE_REQUESTED);
            intent.setFlags(Intent.FLAG_RECEIVER_FOREGROUND);
            intent.setComponent(admin.info.getComponent());
            mContext.sendOrderedBroadcastAsUser(intent, new UserHandle(userHandle),
                    null, new BroadcastReceiver() {