OSDN Git Service

Add config_sms_capable.
authorJohn Wang <johnwang@google.com>
Thu, 9 Dec 2010 23:56:52 +0000 (15:56 -0800)
committerJohn Wang <johnwang@google.com>
Fri, 10 Dec 2010 00:02:08 +0000 (16:02 -0800)
For bug 3250029.

Change-Id: I299a9ab81dd9533f7687593ace0d70dc711bff75

core/res/res/values/config.xml

index e655192..af0e866 100644 (file)
          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>