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

Commit 306c3dd9 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

Settings: allow more than one trust agent



Change-Id: I6ae3e6c7e37ae4e203676e6c664210e2f63d8215
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 9e9cce39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class SecuritySettings extends SettingsPreferenceFragment
            KEY_TOGGLE_INSTALL_APPLICATIONS };

    // Only allow one trust agent on the platform.
    private static final boolean ONLY_ONE_TRUST_AGENT = true;
    private static final boolean ONLY_ONE_TRUST_AGENT = false;

    private PackageManager mPM;
    private DevicePolicyManager mDPM;