Settings: Forward port pattern visibility settings (2/2)

Change-Id: Ic627953c5df854c442671a98b5da539b994da18b
This commit is contained in:
Michael Bestas
2015-04-04 04:43:43 +03:00
committed by Michael Bestas
parent 34a8deb417
commit 2739162b84
7 changed files with 178 additions and 37 deletions

View File

@@ -82,6 +82,10 @@ public class ScreenLockSettings extends DashboardFragment
context, MY_USER_ID, lockPatternUtils));
controllers.add(new PinPrivacyPreferenceController(
context, MY_USER_ID, lockPatternUtils));
controllers.add(new PatternErrorVisiblePreferenceController(
context, MY_USER_ID, lockPatternUtils));
controllers.add(new PatternDotsVisiblePreferenceController(
context, MY_USER_ID, lockPatternUtils));
controllers.add(new PowerButtonInstantLockPreferenceController(
context, MY_USER_ID, lockPatternUtils));
controllers.add(new LockAfterTimeoutPreferenceController(