Merge "Fix storing the wrong value of mLockdown in setting" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
83739b6db9
@@ -1138,7 +1138,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