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

Commit 235bf98e authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge "Fix broadcast sending in DPM.setApplicationRestrictions" into main

parents 48d44941 f4e78e4c
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());

    /**