support NTN with dual SIM

Bug: 365695195
Change-Id: Idede1ceeca86a357410fc5119a00c7255d6cde80
Test: NTN session
Flag: EXEMPT <support NTN dual SIM>
This commit is contained in:
Tim Lin 2024-10-19 01:49:07 +00:00
parent 5fc1fc949f
commit 58ca016f4d
3 changed files with 9 additions and 0 deletions

View file

@ -463,6 +463,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
SUPPORT_VENDOR_SATELLITE_SERVICE := true SUPPORT_VENDOR_SATELLITE_SERVICE := true
# Support NTN(satellite) with dual SIM
NTN_DUAL_SIM := true
# ETM # ETM
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)

View file

@ -455,6 +455,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
SUPPORT_VENDOR_SATELLITE_SERVICE := true SUPPORT_VENDOR_SATELLITE_SERVICE := true
# Support NTN(satellite) with dual SIM
NTN_DUAL_SIM := true
# Set support one-handed mode # Set support one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true ro.support_one_handed_mode=true

View file

@ -424,6 +424,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
SUPPORT_VENDOR_SATELLITE_SERVICE := true SUPPORT_VENDOR_SATELLITE_SERVICE := true
# Support NTN(satellite) with dual SIM
NTN_DUAL_SIM := true
# Keyboard height ratio and bottom padding in dp for portrait mode # Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=8 \ ro.com.google.ime.kb_pad_port_b=8 \