Merge "Fix the arguments order to postBlockedReasonsChangedMsg." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a564a384c6
@@ -5030,8 +5030,8 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
|
||||
}
|
||||
if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) {
|
||||
postBlockedReasonsChangedMsg(uid,
|
||||
oldEffectiveBlockedReasons,
|
||||
newEffectiveBlockedReasons);
|
||||
newEffectiveBlockedReasons,
|
||||
oldEffectiveBlockedReasons);
|
||||
|
||||
postUidRulesChangedMsg(uid, uidRules);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user