Merge "Add Panic button sound preference to panic gesture settings page."

This commit is contained in:
TreeHugger Robot
2020-08-19 02:01:06 +00:00
committed by Android (Google) Code Review
9 changed files with 214 additions and 33 deletions

View File

@@ -461,5 +461,5 @@
<bool name="config_show_smooth_display">false</bool>
<!-- Whether to show panic button gesture in Settings -->
<bool name="config_show_emergency_sos_gesture_settings">true</bool>
<bool name="config_show_panic_gesture_settings">true</bool>
</resources>

View File

@@ -10943,10 +10943,16 @@
<string name="ambient_display_tap_screen_summary">To check time, notifications, and other info, tap your screen.</string>
<!-- Preference title to enable feature for calling emergency services at panic/distress moments[CHAR_LIMIT=60]-->
<string name="emergency_sos_gesture_screen_title">Panic button</string>
<string name="panic_gesture_screen_title">Panic button</string>
<!-- Preference summary to enable feature for calling emergency services at panic/distress moments[CHAR_LIMIT=NONE]-->
<string name="emergency_sos_gesture_screen_summary">Start the emergency SOS actions by pressing the power button quickly 5 times.</string>
<string name="panic_gesture_screen_summary">Start the emergency SOS actions by pressing the power button quickly 5 times.</string>
<!-- Preference title to enable generating noisy sound before calling emergency services at panic/distress moments[CHAR_LIMIT=60]-->
<string name="panic_gesture_sound_setting_title">Warning sound</string>
<!-- Preference summary to enable generating noisy sound before calling emergency services at panic/distress moments[CHAR_LIMIT=NONE]-->
<string name="panic_gesture_sound_setting_summary">Alert before starting the actions</string>
<!-- Title text for swiping downwards on fingerprint sensor for notifications [CHAR LIMIT=80]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>