From 9da731496d0e52f052c67dfc631e8a99e51d137a Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Wed, 4 May 2022 19:20:48 -0700 Subject: [PATCH] sm8250-common: Remove ro.com.android.dataroaming override * build/make/target/product/full_base_telephony.mk 24: ro.com.android.dataroaming?=true * system_ext/etc/build.prop:ro.com.android.dataroaming=false vendor/build.prop:ro.com.android.dataroaming=true In QSSI builds the partition priority is: odm, vendor, product, system_ext, system. Change-Id: Ia90d73ce62a156e4b88731cffd4d5f7a6dd795e6 --- vendor.prop | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor.prop b/vendor.prop index 8a47bda..d11f8be 100644 --- a/vendor.prop +++ b/vendor.prop @@ -185,7 +185,6 @@ persist.vendor.radio.enableadvancedscan=true persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.rat_on=combine persist.vendor.radio.sib16_support=1 -ro.com.android.dataroaming=true # Sensors persist.vendor.sensors.allow_non_default_discovery=true