Add config_sms_capable.

For bug 3250029.

Change-Id: I299a9ab81dd9533f7687593ace0d70dc711bff75
This commit is contained in:
John Wang
2010-12-09 15:56:52 -08:00
parent 37f74cad46
commit f7a55fca64

View File

@@ -459,6 +459,16 @@
device is data-only. -->
<bool name="config_voice_capable">true</bool>
<!-- Flag indicating whether the current device allows sms service.
If true, this means that the device supports both sending and
receiving sms via the telephony network.
This can be overridden to false for "data only" devices
which can't send and receive sms message.
Note: Disable SMS also disable voicemail waiting sms,
cell broadcasting sms, and MMS. -->
<bool name="config_sms_capable">true</bool>
<!-- IP address of the dns server to use if nobody else suggests one -->
<string name="config_default_dns_server">8.8.8.8</string>