Merge "Move Profile Security Settings into Security Settings" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c299734bb
@@ -988,6 +988,9 @@
|
||||
<!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
|
||||
<string name="lock_settings_picker_title">Choose screen lock</string>
|
||||
|
||||
<!-- Title for security picker to choose the profile unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
|
||||
<string name="lock_settings_picker_title_profile">Choose profile screen lock</string>
|
||||
|
||||
<!-- Title for security picker in setup wizard to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
|
||||
<string name="setup_lock_settings_picker_title">Protect your phone</string>
|
||||
|
||||
@@ -1008,6 +1011,10 @@
|
||||
<!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
|
||||
<string name="unlock_set_unlock_launch_picker_title">Screen lock</string>
|
||||
|
||||
<!-- Profile Security lock settings --><skip />
|
||||
<!-- Title for PreferenceScreen to launch picker for security method for the managed profile when there is none [CHAR LIMIT=22] -->
|
||||
<string name="unlock_set_unlock_launch_picker_title_profile">Profile screen lock</string>
|
||||
|
||||
<!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
|
||||
<string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string>
|
||||
|
||||
@@ -3120,6 +3127,8 @@
|
||||
<string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
|
||||
<!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the unlock pattern. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.-->
|
||||
<string name="lockpattern_settings_enable_visible_pattern_title">Make pattern visible</string>
|
||||
<!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the profile unlock pattern. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the profile.-->
|
||||
<string name="lockpattern_settings_enable_visible_pattern_title_profile">Make profile pattern visible</string>
|
||||
<!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
|
||||
<string name="lockpattern_settings_enable_tactile_feedback_title">Vibrate on tap</string>
|
||||
<!-- Security & location settings screen, setting check box title. This controls whether the device locks immediately when the power button is pressed. [CHAR LIMIT=28]-->
|
||||
@@ -5739,6 +5748,7 @@
|
||||
<string name="keywords_color_temperature">color temperature D65 D73 white yellow blue warm cool</string>
|
||||
<string name="keywords_lockscreen">slide to unlock, password, pattern, PIN</string>
|
||||
<string name="keywords_profile_challenge">work challenge, work, profile</string>
|
||||
<string name="keywords_unification">work profile, managed profile, unify, unification, work, profile</string>
|
||||
|
||||
<!-- NFC Wi-Fi pairing/setup strings-->
|
||||
|
||||
|
Reference in New Issue
Block a user