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
This commit is contained in:
Jayachandran C 2020-04-28 21:47:49 -07:00 committed by Albert Tang
parent fdd6de8d14
commit b59ef5ea4a
2 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,6 @@ persist.vendor.data.mode=concurrent
# Radio # Radio
ril.subscription.types=NV,RUIM ril.subscription.types=NV,RUIM
ro.telephony.default_network=33,33
# Sensors # Sensors
persist.vendor.sensors.enable.mag_filter=true persist.vendor.sensors.enable.mag_filter=true

View file

@ -138,6 +138,7 @@ ro.vendor.extension_library=libqti-perfd-client.so
persist.vendor.radio.custom_ecc=1 persist.vendor.radio.custom_ecc=1
persist.vendor.radio.procedure_bytes=SKIP persist.vendor.radio.procedure_bytes=SKIP
persist.vendor.radio.rat_on=combine persist.vendor.radio.rat_on=combine
ro.telephony.default_network=33,33
# Sensors # Sensors
persist.vendor.sensors.debug.ssc_qmi_debug=true persist.vendor.sensors.debug.ssc_qmi_debug=true