2021-06-08 13:15:28 -04:00
|
|
|
# Force SIM configuration to DSDS only on the CN/IN/EU variants
|
2021-05-29 19:57:11 -04:00
|
|
|
|
2021-06-08 13:15:28 -04:00
|
|
|
# China
|
|
|
|
on property:ro.boot.rf_version=11
|
|
|
|
setprop persist.radio.multisim.config dsds
|
2021-05-29 19:57:11 -04:00
|
|
|
|
2021-06-08 13:15:28 -04:00
|
|
|
# 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
|