Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a747492a authored by Steve Kondik's avatar Steve Kondik
Browse files

Merge branch 'eclair' of http://github.com/Wysie/android_packages_apps_Settings into HEAD

parents 457af85b c89127ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -318,6 +318,8 @@ public class SecuritySettings extends PreferenceActivity {
        mTactileFeedback.setEnabled(patternExists);
        mPinBasedLocking.setEnabled(!patternExists);
        mPinCheckTimeout.setEnabled(mLockPatternUtils.isPinLockingEnabled());
        mShowUnlockMsg.setEnabled(patternExists);
        mShowUnlockErrMsg.setEnabled(patternExists);

        mLockEnabled.setChecked(mLockPatternUtils.isLockPatternEnabled());
        mVisiblePattern.setChecked(mLockPatternUtils.isVisiblePatternEnabled());