This allows users to setprop dsds on a single SIM device without it getting reset back to ssss on boot. While this restricts disabling dsds on native dual SIM devices, doubtfully anyone would actually want to do that. Change-Id: I72f019c466d23a89f4c3438150b592d21b65b742
13 lines
335 B
Text
13 lines
335 B
Text
# Force SIM configuration to DSDS only on the CN/IN/EU variants
|
|
|
|
# China
|
|
on property:ro.boot.rf_version=11
|
|
setprop persist.radio.multisim.config dsds
|
|
|
|
# India
|
|
on property:ro.boot.rf_version=13
|
|
setprop persist.radio.multisim.config dsds
|
|
|
|
# Europe
|
|
on property:ro.boot.rf_version=21
|
|
setprop persist.radio.multisim.config dsds
|