Loading services/core/java/com/android/server/net/NetworkPolicyManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -4355,8 +4355,13 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub { return; } final long token = Binder.clearCallingIdentity(); try { setUidFirewallRule(FIREWALL_CHAIN_ISOLATED, uid, isIsolated ? FIREWALL_RULE_DENY : FIREWALL_RULE_DEFAULT); } finally { Binder.restoreCallingIdentity(token); } int uidRules = oldUidRules; if (isIsolated) { Loading Loading
services/core/java/com/android/server/net/NetworkPolicyManagerService.java +7 −2 Original line number Diff line number Diff line Loading @@ -4355,8 +4355,13 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub { return; } final long token = Binder.clearCallingIdentity(); try { setUidFirewallRule(FIREWALL_CHAIN_ISOLATED, uid, isIsolated ? FIREWALL_RULE_DENY : FIREWALL_RULE_DEFAULT); } finally { Binder.restoreCallingIdentity(token); } int uidRules = oldUidRules; if (isIsolated) { Loading