Loading src/com/android/settings/SecuritySettings.java +3 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,9 @@ public class SecuritySettings extends SettingsPreferenceFragment // These switch preferences need special handling since they're not all stored in Settings. private static final String SWITCH_PREFERENCE_KEYS[] = { KEY_SHOW_PASSWORD, KEY_TOGGLE_INSTALL_APPLICATIONS, KEY_UNIFICATION }; KEY_SHOW_PASSWORD, KEY_TOGGLE_INSTALL_APPLICATIONS, KEY_UNIFICATION, KEY_VISIBLE_PATTERN_PROFILE }; // Only allow one trust agent on the platform. private static final boolean ONLY_ONE_TRUST_AGENT = true; Loading Loading
src/com/android/settings/SecuritySettings.java +3 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,9 @@ public class SecuritySettings extends SettingsPreferenceFragment // These switch preferences need special handling since they're not all stored in Settings. private static final String SWITCH_PREFERENCE_KEYS[] = { KEY_SHOW_PASSWORD, KEY_TOGGLE_INSTALL_APPLICATIONS, KEY_UNIFICATION }; KEY_SHOW_PASSWORD, KEY_TOGGLE_INSTALL_APPLICATIONS, KEY_UNIFICATION, KEY_VISIBLE_PATTERN_PROFILE }; // Only allow one trust agent on the platform. private static final boolean ONLY_ONE_TRUST_AGENT = true; Loading