Merge "Add Telecom config bool to require a phone account to be present for handle" into cw-e-dev

am: 521ac43fe5

* commit '521ac43fe581ee55fb8acf98bf52af622e03e9b1':
  Add Telecom config bool to require a phone account to be present for handle
This commit is contained in:
Bryce Lee
2015-10-26 17:18:14 +00:00
committed by android-build-merger
2 changed files with 5 additions and 0 deletions

View File

@@ -1288,6 +1288,10 @@
device is data-only. --> device is data-only. -->
<bool name="config_voice_capable">true</bool> <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 --> <!-- 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> <bool name="config_user_notification_of_restrictied_mobile_access">true</bool>

View File

@@ -274,6 +274,7 @@
<java-symbol type="bool" name="config_ui_enableFadingMarquee" /> <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_use_strict_phone_number_comparation" />
<java-symbol type="bool" name="config_voice_capable" /> <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_user_notification_of_restrictied_mobile_access" />
<java-symbol type="bool" name="config_wifiDisplaySupportsProtectedBuffers" /> <java-symbol type="bool" name="config_wifiDisplaySupportsProtectedBuffers" />
<java-symbol type="bool" name="preferences_prefer_dual_pane" /> <java-symbol type="bool" name="preferences_prefer_dual_pane" />