android_device_oneplus_dre/rootdir/etc/init.cust.rc
LuK1337 17656ebff5 sm8350-common: Force DSDS rather than SSSS
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
2021-06-08 20:01:32 +02:00

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