OSDN Git Service

Add Telecom config bool to require a phone account to be present for handle
authorBryce Lee <brycelee@google.com>
Mon, 26 Oct 2015 05:27:10 +0000 (22:27 -0700)
committerBryce Lee <brycelee@google.com>
Mon, 26 Oct 2015 05:27:10 +0000 (22:27 -0700)
Bug: 25202039
Change-Id: I83f6a72ed78fd22bddc7be46d24af33781a65f6e

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 1c7af3e..392e503 100644 (file)
          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>
 
index ba34823..7754f86 100644 (file)
   <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" />