summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuthwar Kumar Ambeer <ruthwar@codeaurora.org>2016-07-29 18:07:57 +0530
committerRuthwar Kumar Ambeer <ruthwar@codeaurora.org>2016-11-17 14:33:41 +0530
commitddc7a85c0731fc122d31d82055cd209143cabf4d (patch)
treed5d778bcd696d7f0d2983582efe67add7f8ee9f4 /res/values
parentc7c22814f7659210a2a1e35ca4846ff5f1287bb1 (diff)
downloadandroid_packages_apps_Dialer-ddc7a85c0731fc122d31d82055cd209143cabf4d.tar.gz
android_packages_apps_Dialer-ddc7a85c0731fc122d31d82055cd209143cabf4d.tar.bz2
android_packages_apps_Dialer-ddc7a85c0731fc122d31d82055cd209143cabf4d.zip
Launch Emergency Call on Speed Dialing key 9.
Invoke an emergency Call When Speed Dialling Key 9. Since Key 9 is assigned to Emergency Call, Speed Dial number can not be saved for this key by user. Speed Dialing Key is configurable to any Key and default key has been set to 9. Change-Id: I491ff8dd8d06a54aa92740f7307a41fe96bb7d7b CRs-Fixed: 1080282
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/strings.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index e9924267d..b6632c11b 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -36,4 +36,6 @@
<!--not display SIP dial icon -->
<bool name="config_hide_SIP_dial_icon">false</bool>
+ <integer name="speed_dial_emergency_number_assigned_key">9</integer>
+
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 98d9dc692..ce088cd4d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1119,6 +1119,9 @@ ey \'<xliff:g id="number">%s</xliff:g>\'. Do you want to assign an action now?</
<string name="dialog_speed_dial_airplane_mode_message">To use speed dial, first turn off Airplan
e mode.</string>
+ <!-- Speed Dial can not be set for the key used for Emergency number-->
+ <string name="speed_dial_can_not_be_set">Speed Dial Can not be set for this Key</string>
+
<string name="yes">Yes</string>
<string name="no">No</string>