Add system property for transfer in non-QS flow
For Felix Bug: 245814974 Bug: 254613814 Test: manual Change-Id: Ibafb39e051a037bd3c6d20ad1f33bdadff4d4003
This commit is contained in:
parent
ee8e70c340
commit
cda823ac85
1 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,11 @@ FPC_MODULE_TYPE=1542_C
|
||||||
# Fingerprint config
|
# Fingerprint config
|
||||||
include device/google/felix/fingerprint_config.mk
|
include device/google/felix/fingerprint_config.mk
|
||||||
|
|
||||||
|
# The default value of this variable is false and should only be set to true when
|
||||||
|
# the device allows users to enable the seamless transfer feature.
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
euicc.seamless_transfer_enabled_in_non_qs=true
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.gms.dck.eligible_wcc=3
|
ro.gms.dck.eligible_wcc=3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue