Skip to content

Commit 488660a

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 am: f1c0384
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12735135 Change-Id: I3a3bbd6f1b810d006cbe5e3e06fd00aa5bf09b0d
2 parents b6a404e + f1c0384 commit 488660a

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
@@ -1599,7 +1599,7 @@ public void onUserRemoved(int userHandle) {
15991599
*/
16001600
public synchronized void onUserStopped() {
16011601
// Switch off networking lockdown (if it was enabled)
1602-
setLockdown(false);
1602+
setVpnForcedLocked(false);
16031603
mAlwaysOn = false;
16041604

16051605
// Quit any active connections

0 commit comments

Comments
 (0)