diff --git a/telephony/qti-telephony.mk b/telephony/qti-telephony.mk index 1fec6b07..24293015 100644 --- a/telephony/qti-telephony.mk +++ b/telephony/qti-telephony.mk @@ -23,5 +23,12 @@ PRODUCT_PACKAGES += \ android.hardware.radio.deprecated@1.0 \ librmnetctl +ifneq ($(TARGET_DISABLES_GAPPS), true) +# Dual SIM - allow setting calling account to 'Ask every time' +# rather than resetting to sub 1 every boot +PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ + persist.vendor.radio.aosp_usr_pref_sel=true +endif + # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/qcom/common/telephony/telephony-vendor.mk)