support NTN with dual SIM
Bug: 365695195 Change-Id: Idede1ceeca86a357410fc5119a00c7255d6cde80 Test: NTN session Flag: EXEMPT <support NTN dual SIM>
This commit is contained in:
parent
5fc1fc949f
commit
58ca016f4d
3 changed files with 9 additions and 0 deletions
|
@ -463,6 +463,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
|||
|
||||
SUPPORT_VENDOR_SATELLITE_SERVICE := true
|
||||
|
||||
# Support NTN(satellite) with dual SIM
|
||||
NTN_DUAL_SIM := true
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
|
|
|
@ -455,6 +455,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
|||
|
||||
SUPPORT_VENDOR_SATELLITE_SERVICE := true
|
||||
|
||||
# Support NTN(satellite) with dual SIM
|
||||
NTN_DUAL_SIM := true
|
||||
|
||||
# Set support one-handed mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.support_one_handed_mode=true
|
||||
|
|
|
@ -424,6 +424,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := 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
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=8 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue