Merge "Override device lock pattern visibility when unifying" into nyc-dev
This commit is contained in:
@@ -684,6 +684,9 @@ public class SecuritySettings extends SettingsPreferenceFragment
|
|||||||
mCurrentProfilePassword, mCurrentDevicePassword,
|
mCurrentProfilePassword, mCurrentDevicePassword,
|
||||||
profileQuality, MY_USER_ID);
|
profileQuality, MY_USER_ID);
|
||||||
}
|
}
|
||||||
|
final boolean profilePatternVisibility =
|
||||||
|
mLockPatternUtils.isVisiblePatternEnabled(mProfileChallengeUserId);
|
||||||
|
mLockPatternUtils.setVisiblePatternEnabled(profilePatternVisibility, MY_USER_ID);
|
||||||
mCurrentDevicePassword = null;
|
mCurrentDevicePassword = null;
|
||||||
mCurrentProfilePassword = null;
|
mCurrentProfilePassword = null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user