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

Commit 489d2dfc authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix checkbuild

Change-Id: I9c3de31af792863b93a29ef81b50e2149b0a2184
parent 4d193bdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2328,7 +2328,7 @@ public class DevicePolicyManager {
    }

    /**
     * Sets a list of features to enable for a TrustAgentService component. This is meant to be
     * Sets a list of features to enable for a TrustAgent component. This is meant to be
     * used in conjunction with {@link #KEYGUARD_DISABLE_TRUST_AGENTS}, which will disable all
     * trust agents but those with features enabled by this function call.
     *
@@ -2353,7 +2353,7 @@ public class DevicePolicyManager {
    }

    /**
     * Gets list of enabled features for the given {@link TrustAgentService} agent. If admin is
     * Gets list of enabled features for the given TrustAgent component. If admin is
     * null, this will return the intersection of all features enabled for the given agent by all
     * admins.
     *