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

Commit 97c0b19d authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Revert line introduced in previous CL that seems to always pass `false`...

Merge "Revert line introduced in previous CL that seems to always pass `false` for `onTrustManagedChanged`" into udc-qpr-dev
parents 484b00fd b772ef6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1401,7 +1401,7 @@ public class TrustManagerService extends SystemService {
        for (int i = 0; i < mActiveAgents.size(); i++) {
            AgentInfo info = mActiveAgents.valueAt(i);
            if (info.userId == userId) {
                if (info.agent.isTrustableOrWaitingForDowngrade()) {
                if (info.agent.isManagingTrust()) {
                    return true;
                }
            }