Add system property for transfer in non-QS flow am: 97f951425c
am: 6b57f1ce13
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/20558192 Change-Id: Id51f56e1ca613ae5022e8fb236f87e6641db3302 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
34db2722cc
1 changed files with 5 additions and 0 deletions
|
@ -246,6 +246,11 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
debug.sf.enable_adpf_cpu_hint=true
|
||||
|
||||
# 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
|
||||
|
||||
##Audio Vendor property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=true
|
||||
|
|
Loading…
Reference in a new issue