summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bryce Lee <brycelee@google.com> 2015-10-26 17:30:07 +0000
committer android-build-merger <android-build-merger@google.com> 2015-10-26 17:30:07 +0000
commit1fd4da3b4f502adbe55e8340c3ec433f08ac89bd (patch)
tree4268b76669c85c609efd5434ee8179825c67c0c2
parent31999bbbd0af2165748c78be2c2786495b404f06 (diff)
parent4c42942d539ee1ad3511b37d5f1d6e17da684103 (diff)
Merge "Add Telecom config bool to require a phone account to be present for handle" into cw-e-dev am: 521ac43fe5
am: 4c42942d53 * commit '4c42942d539ee1ad3511b37d5f1d6e17da684103': Add Telecom config bool to require a phone account to be present for handle
-rw-r--r--core/res/res/values/config.xml4
-rw-r--r--core/res/res/values/symbols.xml1
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 1c7af3e0c17c..392e503ea4ef 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1288,6 +1288,10 @@
device is data-only. -->
<bool name="config_voice_capable">true</bool>
+ <!-- Flag indicating that an outbound call must have a call capable phone account
+ that has declared it can process the call's handle. -->
+ <bool name="config_requireCallCapableAccountForHandle">false</bool>
+
<!-- Flag indicating if the user is notified when the mobile network access is restricted -->
<bool name="config_user_notification_of_restrictied_mobile_access">true</bool>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index ba34823cf44f..7754f865b765 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -274,6 +274,7 @@
<java-symbol type="bool" name="config_ui_enableFadingMarquee" />
<java-symbol type="bool" name="config_use_strict_phone_number_comparation" />
<java-symbol type="bool" name="config_voice_capable" />
+ <java-symbol type="bool" name="config_requireCallCapableAccountForHandle" />
<java-symbol type="bool" name="config_user_notification_of_restrictied_mobile_access" />
<java-symbol type="bool" name="config_wifiDisplaySupportsProtectedBuffers" />
<java-symbol type="bool" name="preferences_prefer_dual_pane" />