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:
committed by
Michael Bestas
parent
77226cac60
commit
fc39d90588
@@ -24,3 +24,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||||||
# (for devices that check this)
|
# (for devices that check this)
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
net.tethering.noprovisioning=true
|
net.tethering.noprovisioning=true
|
||||||
|
|
||||||
|
# Disable mobile data by default
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.com.android.mobiledata=false
|
||||||
|
Reference in New Issue
Block a user