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

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

am 8a71cdae: am f174b516: am 48dab493: Merge "Fix inconsistency in reporting...

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

* commit '8a71cdae':
  Fix inconsistency in reporting device admin active state.
parents dec9cdad 8a71cdae
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