From b59ef5ea4a811a881b1c066f9a1134280025dec7 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Tue, 28 Apr 2020 21:47:49 -0700 Subject: [PATCH] dre: Move default network property to vendor partition This fixes GSI image overriding the default value Bug: 153852350 Test: Manually verified after flashing the GSI image Change-Id: I78b415862c420c23121ec03d6953814cd628ea9a --- system_ext.prop | 1 - vendor.prop | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system_ext.prop b/system_ext.prop index 9b0f2d7..da039ac 100644 --- a/system_ext.prop +++ b/system_ext.prop @@ -41,7 +41,6 @@ persist.vendor.data.mode=concurrent # Radio ril.subscription.types=NV,RUIM -ro.telephony.default_network=33,33 # Sensors persist.vendor.sensors.enable.mag_filter=true diff --git a/vendor.prop b/vendor.prop index af5558f..dcace80 100644 --- a/vendor.prop +++ b/vendor.prop @@ -138,6 +138,7 @@ ro.vendor.extension_library=libqti-perfd-client.so persist.vendor.radio.custom_ecc=1 persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.rat_on=combine +ro.telephony.default_network=33,33 # Sensors persist.vendor.sensors.debug.ssc_qmi_debug=true