summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-08-22 16:48:43 -0700
committerSantos Cordon <santoscordon@google.com>2014-08-25 17:43:35 +0000
commitafe59e5194e394922819eacc1b2ee12754479bf4 (patch)
tree3b24dc5b67ab3086815517f27c1d0579938483f7 /res/values
parent944a3da92a426d61d001a429b2b22c41552bee3e (diff)
downloadandroid_packages_services_Telecomm-afe59e5194e394922819eacc1b2ee12754479bf4.tar.gz
android_packages_services_Telecomm-afe59e5194e394922819eacc1b2ee12754479bf4.tar.bz2
android_packages_services_Telecomm-afe59e5194e394922819eacc1b2ee12754479bf4.zip
Add setting to turn off connection manager support.
connection manager support allows a component to supply alternative calling methods in place of a SIM-based call. Bug: 16794451 Change-Id: I7cbe8342bff5ba8e8f20ceb61a1b6fdbee7a543c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 6c6f2156..39923d4c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -43,4 +43,8 @@
if this package has not registered any accounts, then it will be ignored.
[DO NOT TRANSLATE] -->
<string name="default_connection_manager_component" translatable="false"></string>
+
+ <!-- Flag indicating that wi-fi calling through a connection manager is supported.
+ [DO NOT TRANSLATE] -->
+ <bool name="connection_manager_enabled" translatable="false">true</bool>
</resources>