Merge "Fix storing the wrong value of mLockdown in setting" into oc-mr1-dev am: 83739b6db9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12735135 Change-Id: I52b4099eca7e8c8069b7fd7446784aae1a0569bc
This commit is contained in:
@@ -1323,7 +1323,7 @@ public class Vpn {
|
|||||||
*/
|
*/
|
||||||
public synchronized void onUserStopped() {
|
public synchronized void onUserStopped() {
|
||||||
// Switch off networking lockdown (if it was enabled)
|
// Switch off networking lockdown (if it was enabled)
|
||||||
setLockdown(false);
|
setVpnForcedLocked(false);
|
||||||
mAlwaysOn = false;
|
mAlwaysOn = false;
|
||||||
|
|
||||||
unregisterPackageChangeReceiverLocked();
|
unregisterPackageChangeReceiverLocked();
|
||||||
|
|||||||
Reference in New Issue
Block a user