Disable mobiledata by default with sys prop

Replaces old SUW logic with AOSP's built in mechanism.

Change-Id: Ia210842f97b2da9bc7ed49044837df836a7a884e
This commit is contained in:
Tom Pratt
2022-03-30 14:22:38 +02:00
committed by Michael Bestas
parent 77226cac60
commit fc39d90588

View File

@@ -24,3 +24,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# (for devices that check this)
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
net.tethering.noprovisioning=true
# Disable mobile data by default
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.android.mobiledata=false