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

Commit f4e78e4c authored by Rubin Xu's avatar Rubin Xu
Browse files

Fix broadcast sending in DPM.setApplicationRestrictions

Bug: 335588148
Test: ApplicationRestrictionsTest
Change-Id: I30058b4ccbd7b260628d6ae80567383dae8c7b50
parent e84eb60b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ final class PolicyDefinition<V> {
                    POLICY_FLAG_LOCAL_ONLY_POLICY | POLICY_FLAG_INHERITABLE
                            | POLICY_FLAG_NON_COEXISTABLE_POLICY
                            | POLICY_FLAG_SKIP_ENFORCEMENT_IF_UNCHANGED,
                    PolicyEnforcerCallbacks::noOp,
                    PolicyEnforcerCallbacks::setApplicationRestrictions,
                    new BundlePolicySerializer());

    /**