Merge "Update lock timeout value after pref change." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1590b8c005
@@ -1213,6 +1213,7 @@ public class SecuritySettings extends SettingsPreferenceFragment
|
||||
} catch (NumberFormatException e) {
|
||||
Log.e("SecuritySettings", "could not persist lockAfter timeout setting", e);
|
||||
}
|
||||
setupLockAfterPreference();
|
||||
updateLockAfterPreferenceSummary();
|
||||
} else if (KEY_VISIBLE_PATTERN.equals(key)) {
|
||||
mLockPatternUtils.setVisiblePatternEnabled((Boolean) value, MY_USER_ID);
|
||||
|
Reference in New Issue
Block a user