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

Commit 2b93ede4 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

vendor/lineage: telephony: Default enable mobile data OOTB

parent c80d507e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,9 +21,10 @@ PRODUCT_PACKAGES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    net.tethering.noprovisioning=true

# Disable mobile data by default
# Enable mobile data by default
PRODUCT_PRODUCT_PROPERTIES += \
    ro.com.android.mobiledata=false
    ro.com.android.prov_mobiledata=true \
    ro.com.android.mobiledata=true

# Include configuration for eos
$(call inherit-product, vendor/eos/config/telephony.mk)