Skip to content

Commit e7069bc

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
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12735135 Change-Id: Ic730c4d98a309aadcde740d77582ffb7d788337f
2 parents 3ea188d + d29dc3d commit e7069bc

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
@@ -1330,7 +1330,7 @@ public void onUserRemoved(int userHandle) {
13301330
*/
13311331
public synchronized void onUserStopped() {
13321332
// Switch off networking lockdown (if it was enabled)
1333-
setLockdown(false);
1333+
setVpnForcedLocked(false);
13341334
mAlwaysOn = false;
13351335

13361336
// Quit any active connections

0 commit comments

Comments
 (0)