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

Commit f174b516 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 48dab493: Merge "Fix inconsistency in reporting device admin active state." into klp-dev

* commit '48dab493':
  Fix inconsistency in reporting device admin active state.
parents c6a6539c 48dab493
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -522,6 +522,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                        || pm.getReceiverInfo(aa.info.getComponent(), 0, userHandle) == null) {
                    removed = true;
                    policy.mAdminList.remove(i);
                    policy.mAdminMap.remove(aa.info.getComponent());
                }
            } catch (RemoteException re) {
                // Shouldn't happen