sdm710-common: overlay: Disable mobile data always active

Stop stop no need billing
* Settings->Developer settings->Mobile data always active is off

Change-Id: I26f8a0f5556e3180efb022f176f467ed208626ef
This commit is contained in:
itsHardStyl3r 2020-03-22 16:32:48 +02:00 committed by CakesTwix
parent 8b53e91281
commit c2f0359b25
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -25,4 +25,6 @@
<!-- Disable bluetooth by default --> <!-- Disable bluetooth by default -->
<bool name="def_bluetooth_on">false</bool> <bool name="def_bluetooth_on">false</bool>
<!-- Default setting for Settings.Global.MOBILE_DATA_ALWAYS_ON -->
<bool name="def_mobile_data_always_on">false</bool>
</resources> </resources>