Skip to content

Commit f1c0384

Browse files
TreeHugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "Fix storing the wrong value of mLockdown in setting" into oc-mr1-dev am: 83739b6 am: a2a586a am: d29dc3d am: e7069bc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12735135 Change-Id: I0b180698048fb1c643d90f2d038d1df8d66fc671
2 parents 81373b0 + e7069bc commit f1c0384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/core/java/com/android/server/connectivity

services/core/java/com/android/server/connectivity/Vpn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ public void onUserRemoved(int userHandle) {
14671467
*/
14681468
public synchronized void onUserStopped() {
14691469
// Switch off networking lockdown (if it was enabled)
1470-
setLockdown(false);
1470+
setVpnForcedLocked(false);
14711471
mAlwaysOn = false;
14721472

14731473
// Quit any active connections

0 commit comments

Comments
 (0)