Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7a55fca authored by John Wang's avatar John Wang
Browse files

Add config_sms_capable.

For bug 3250029.

Change-Id: I299a9ab81dd9533f7687593ace0d70dc711bff75
parent 37f74cad
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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>