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

Commit 705faddb authored by Kenny Guy's avatar Kenny Guy Committed by Android (Google) Code Review
Browse files

Merge "Show disabled trust agents as off." into mnc-dev

parents 046decca 9854dfaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ public class TrustAgentSettings extends SettingsPreferenceFragment implements

            if (disabledByDevicePolicy
                    && mDpm.getTrustAgentConfiguration(null, agent.component) == null) {
                preference.setChecked(false);
                preference.setEnabled(false);
                preference.setSummary(R.string.trust_agent_disabled_device_admin);
            }