sm8350-common: init: Restrict SIM to SSSS on the NA variants
Change-Id: I39d324395f61c253ea1f6b0d192b1194f57961fb
This commit is contained in:
parent
0ff6496538
commit
13f9f346a3
1 changed files with 8 additions and 1 deletions
|
@ -1,2 +1,9 @@
|
|||
on property:ro.boot.product.hardware.sku=9
|
||||
# Restrict SIM configuration to SSSS on the NA variants
|
||||
on property:ro.boot.rf_version=12
|
||||
setprop persist.radio.multisim.config ssss
|
||||
|
||||
on property:ro.boot.rf_version=22
|
||||
setprop persist.radio.multisim.config ssss
|
||||
|
||||
on property:ro.boot.rf_version=23
|
||||
setprop persist.radio.multisim.config ssss
|
||||
|
|
Loading…
Reference in a new issue