Add system property for transfer in non-QS flow am: cda823ac85
am: a768364c73
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20443849 Change-Id: I652ca430c4b10991f1768ef0a6066585d5ca1752 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7d7fac0215
1 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,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