summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2015-10-26 15:49:27 -0700
committerBryce Lee <brycelee@google.com>2015-10-26 15:49:27 -0700
commit2c8b258130c30521e8113fef3a080a114e8e15dd (patch)
tree750f573522768d696439e317dac25aff9faeeb70 /res
parent531dfc8526b9580e6408928bd72cf7ab33fe713c (diff)
downloadandroid_packages_services_Telephony-2c8b258130c30521e8113fef3a080a114e8e15dd.tar.gz
android_packages_services_Telephony-2c8b258130c30521e8113fef3a080a114e8e15dd.tar.bz2
android_packages_services_Telephony-2c8b258130c30521e8113fef3a080a114e8e15dd.zip
Allow for PSTN accounts to be marked as not emergency call capable.
Bug: 25230605 Change-Id: I2615ae72ab8b485ea22d4ec18ea92d26e534dac1
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index fbbbcd624..0b1f93c8e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -215,4 +215,7 @@
<!-- Flag indicating whether the the emergency phone account should be emergency calls only -->
<bool name="config_emergency_account_emergency_calls_only">false</bool>
+
+ <!-- Whether the emergency only account can make emergency calls -->
+ <bool name="config_pstnCanPlaceEmergencyCalls">true</bool>
</resources>