diff options
author | Michael Jurka <mikejurka@google.com> | 2012-09-21 01:10:59 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-21 01:11:00 -0700 |
commit | 406b01f4ffe61f21a7fbaadac3e2a37a58eb2e2e (patch) | |
tree | ccccfcecd4a858ca032445725683e035dfc363be /res | |
parent | e4f249bb7a9f999633d938d0c519631764bf969c (diff) | |
parent | 091477b4dec614b9b0153ebe1444d2ae81ee1ab6 (diff) | |
download | packages_apps_settings-406b01f4ffe61f21a7fbaadac3e2a37a58eb2e2e.zip packages_apps_settings-406b01f4ffe61f21a7fbaadac3e2a37a58eb2e2e.tar.gz packages_apps_settings-406b01f4ffe61f21a7fbaadac3e2a37a58eb2e2e.tar.bz2 |
Merge "Add support for changing status widget on security screen" into jb-mr1-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 8 | ||||
-rw-r--r-- | res/xml/security_settings_biometric_weak.xml | 12 | ||||
-rw-r--r-- | res/xml/security_settings_chooser.xml | 6 | ||||
-rw-r--r-- | res/xml/security_settings_password.xml | 6 | ||||
-rw-r--r-- | res/xml/security_settings_pattern.xml | 7 | ||||
-rw-r--r-- | res/xml/security_settings_pin.xml | 8 |
6 files changed, 46 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 97c0726..5a0285f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -794,12 +794,18 @@ <!-- 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> + <!-- Title for PreferenceScreen to launch picker for a user-selected time & data widget that will live on lock screen [CHAR LIMIT=22] --> + <string name="choose_lockscreen_status_widget_picker_title">Status widget</string> + <!-- Title for PreferenceScreen to launch picker for a user-selected widget that will live on lock screen [CHAR LIMIT=22] --> - <string name="choose_user_selected_lockscreen_widget_picker_title">Widget</string> + <string name="choose_user_selected_lockscreen_widget_picker_title">Other widget</string> <!-- String to display if there is no user-selected widget on lock screen [CHAR LIMIT=22] --> <string name="widget_none">None</string> + <!-- String to display if the default status widget is selected [CHAR LIMIT=22] --> + <string name="widget_default">Default</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> diff --git a/res/xml/security_settings_biometric_weak.xml b/res/xml/security_settings_biometric_weak.xml index 6593f07..590eb95 100644 --- a/res/xml/security_settings_biometric_weak.xml +++ b/res/xml/security_settings_biometric_weak.xml @@ -27,6 +27,18 @@ android:persistent="false"/> <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + + <PreferenceScreen + android:key="choose_user_selected_lockscreen_widget" + android:title="@string/choose_user_selected_lockscreen_widget_picker_title" + android:summary="" + android:persistent="false"/> + + <PreferenceScreen android:key="biometric_weak_improve_matching" android:title="@string/biometric_weak_improve_matching_title"/> diff --git a/res/xml/security_settings_chooser.xml b/res/xml/security_settings_chooser.xml index 98422ba..08428b0 100644 --- a/res/xml/security_settings_chooser.xml +++ b/res/xml/security_settings_chooser.xml @@ -27,6 +27,12 @@ android:persistent="false"/> <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + + <PreferenceScreen android:key="choose_user_selected_lockscreen_widget" android:title="@string/choose_user_selected_lockscreen_widget_picker_title" android:summary="" diff --git a/res/xml/security_settings_password.xml b/res/xml/security_settings_password.xml index 4fb2606..5f8425c 100644 --- a/res/xml/security_settings_password.xml +++ b/res/xml/security_settings_password.xml @@ -27,6 +27,12 @@ android:persistent="false"/> <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + + <PreferenceScreen android:key="choose_user_selected_lockscreen_widget" android:title="@string/choose_user_selected_lockscreen_widget_picker_title" android:summary="" diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml index ebc9c41..f8f2ee7 100644 --- a/res/xml/security_settings_pattern.xml +++ b/res/xml/security_settings_pattern.xml @@ -25,6 +25,13 @@ android:title="@string/unlock_set_unlock_launch_picker_title" android:summary="@string/unlock_set_unlock_mode_pattern" android:persistent="false"/> + + <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + <PreferenceScreen android:key="choose_user_selected_lockscreen_widget" android:title="@string/choose_user_selected_lockscreen_widget_picker_title" diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml index b908140..8f5cdc2 100644 --- a/res/xml/security_settings_pin.xml +++ b/res/xml/security_settings_pin.xml @@ -25,11 +25,19 @@ android:title="@string/unlock_set_unlock_launch_picker_title" android:summary="@string/unlock_set_unlock_mode_pin" android:persistent="false"/> + + <PreferenceScreen + android:key="choose_lockscreen_status_widget" + android:title="@string/choose_lockscreen_status_widget_picker_title" + android:summary="" + android:persistent="false"/> + <PreferenceScreen android:key="choose_user_selected_lockscreen_widget" android:title="@string/choose_user_selected_lockscreen_widget_picker_title" android:summary="" android:persistent="false"/> + <ListPreference android:key="lock_after_timeout" android:title="@string/lock_after_timeout" |