Merge "Add a setting to overrid emergency number for Emergency SOS"

This commit is contained in:
Fan Zhang
2020-11-19 18:53:00 +00:00
committed by Android (Google) Code Review
7 changed files with 407 additions and 0 deletions

View File

@@ -11084,6 +11084,22 @@
<!-- Preference summary to enable generating noisy sound before calling emergency services at panic/distress moments[CHAR_LIMIT=NONE]-->
<string name="emergency_gesture_sound_setting_summary">Play a loud sound before calling</string>
<!-- Preference title listing a phone number to call during emergency gesture [CHAR_LIMIT=60]-->
<string name="emergency_gesture_call_for_help_title">Call for help</string>
<!-- Preference title listing a phone number to call during emergency gesture [CHAR_LIMIT=NONE]-->
<string name="emergency_gesture_call_for_help_dialog_title">Number to call for help</string>
<!-- Preference summary listing a phone number to call during emergency gesture, and clicking the perference will show a dialog to change this number [CHAR_LIMIT=NONE]-->
<string name="emergency_gesture_call_for_help_summary"><xliff:g id="phone_number" example="911">%1$s</xliff:g>. Tap to change</string>
<!-- Notes explaining limitations for emergency gesture number override [CHAR_LIMIT=NONE]-->
<string name="emergency_gesture_number_override_notes">
If you enter a non-emergency number:\n
• Your device must be unlocked to use emergency SOS\n
• Your call may not be answered
</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>
<!-- Title text for fingerprint gesture preference screen [CHAR LIMIT=25] -->