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

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

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

* commit 'aacb2f778d71f2cd2b75e43b66f2de7ffc5d92c9':
  Use foreground broadcast to get device admin msg.
parents 65e91e56 9575ebf2
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() {