Add config flag for enabling SIP/phone integration.

Bug: 3304625
Change-Id: If08755a1859978024569f71aee3614178a801122
This commit is contained in:
Hung-ying Tyan
2010-12-22 18:06:27 +08:00
parent 4887804ea6
commit f268a527a2

View File

@@ -497,6 +497,9 @@
<!-- Enables SIP on WIFI only -->
<bool name="config_sip_wifi_only">true</bool>
<!-- Enables built-in SIP phone capability -->
<bool name="config_built_in_sip_phone">false</bool>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true-->
<bool translatable="false" name="skip_restoring_network_selection">false</bool>