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

Commit 3f1b587c authored by emancebo's avatar emancebo Committed by Ricardo Cerqueira
Browse files

SettingsProvider: turn off mobile data roaming by default

Commit 23a9f51c moved the roaming data property from
a system property to xml config, but inadvertantly switched the default from false
to true.  This fixes it by making the default false again.

Change-Id: I25b7666a5c0b638992e8203621daca6c860c91b2
(cherry picked from commit 0365da6c)
parent 46703851
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    <string name="def_input_method" translatable="false"></string>

    <!-- Default for Settings.Global.DATA_ROAMING -->
    <bool name="def_enable_data_roaming">true</bool>
    <bool name="def_enable_data_roaming">false</bool>

    <!-- Default for Settings.Global.MOBILE_DATA -->
    <bool name="def_enable_mobile_data">true</bool>