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:
parent
fdd6de8d14
commit
b59ef5ea4a
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue