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

Commit 4ad628f8 authored by John Wang's avatar John Wang Committed by Android (Google) Code Review
Browse files

Merge "Add config_sms_capable."

parents 957d85ec f7a55fca
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>