Merge "Adds screen lock as a suggested activity"

This commit is contained in:
Udam Saini
2016-01-27 18:08:48 +00:00
committed by Android (Google) Code Review
4 changed files with 62 additions and 0 deletions

View File

@@ -959,6 +959,13 @@
<!-- Unlock Picker Settings --><skip />
<!-- Security Picker --><skip />
<!-- Title for suggested actions for screen lock -->
<string name="suggested_lock_settings_title">Screen lock</string>
<!-- Summary for suggested actions for screen lock -->
<string name="suggested_lock_settings_summary">Protect your device</string>
<!-- 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>