sm6375-common: Explicitly set multisim property
* Our family of devices all use dual sim slots. So let's set the prop once and for all. Change-Id: I68be2c6c65dcc7e114823fe9f93f5444a65f4420
This commit is contained in:
parent
f03a406c62
commit
c22d26a63a
3 changed files with 8 additions and 9 deletions
|
|
@ -359,10 +359,6 @@ set_ro_hw_properties_upgrade()
|
|||
utag_value=$(cat $utag_path/ascii)
|
||||
setprop $prop_prefix$utag_name "$utag_value"
|
||||
notice "ro.vendor.hw.$utag_name='$utag_value'"
|
||||
|
||||
if [ "$utag_name" = "dualsim" ] && [ "$utag_value" = "true" ]; then
|
||||
setprop persist.vendor.radio.multisim.config dsds
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
@ -388,10 +384,6 @@ set_ro_hw_properties()
|
|||
utag_value=$(cat $utag_path/ascii)
|
||||
setprop $prop_prefix$utag_name "$utag_value"
|
||||
notice "$prop_prefix$utag_name='$utag_value'"
|
||||
|
||||
if [ "$utag_name" = "dualsim" ] && [ "$utag_value" = "true" ]; then
|
||||
setprop persist.vendor.radio.multisim.config dsds
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue