Loading services/core/java/com/android/server/connectivity/Vpn.java +1 −3 Original line number Diff line number Diff line Loading @@ -4042,11 +4042,9 @@ public class Vpn { // To stop the VPN profile, the caller must be the current prepared package and must be // running an Ikev2VpnProfile. if (isCurrentIkev2VpnLocked(packageName)) { // Cache ownerUid to prevent the value being changed after performing VpnRunner.exit(). final int ownerUid = mOwnerUID; notifyVpnManagerVpnStopped(packageName, mOwnerUID); mVpnRunner.exit(); notifyVpnManagerVpnStopped(packageName, ownerUid); } } Loading Loading
services/core/java/com/android/server/connectivity/Vpn.java +1 −3 Original line number Diff line number Diff line Loading @@ -4042,11 +4042,9 @@ public class Vpn { // To stop the VPN profile, the caller must be the current prepared package and must be // running an Ikev2VpnProfile. if (isCurrentIkev2VpnLocked(packageName)) { // Cache ownerUid to prevent the value being changed after performing VpnRunner.exit(). final int ownerUid = mOwnerUID; notifyVpnManagerVpnStopped(packageName, mOwnerUID); mVpnRunner.exit(); notifyVpnManagerVpnStopped(packageName, ownerUid); } } Loading