Merge "Fix storing the wrong value of mLockdown in setting" am: 59ce8cd45c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1459886

Change-Id: I820a681ee427b485d403939d023a1f6387d52ba6
This commit is contained in:
Treehugger Robot
2020-10-14 11:26:40 +00:00
committed by Automerger Merge Worker

View File

@@ -1608,7 +1608,7 @@ public class Vpn {
*/
public synchronized void onUserStopped() {
// Switch off networking lockdown (if it was enabled)
setLockdown(false);
setVpnForcedLocked(false);
mAlwaysOn = false;
// Quit any active connections