Add system property for transfer in non-QS flow am: 132646c96f
am: 3c4ff0a214
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/20553631 Change-Id: Ic4f49577de13d52fc3ead6a96601d0343eed89bd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1e7de8795f
2 changed files with 10 additions and 0 deletions
|
@ -343,6 +343,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=false
|
||||
|
||||
# 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
|
||||
|
||||
# Device features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
|
|
@ -326,6 +326,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.cca.enabled=false
|
||||
|
||||
# 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
|
||||
|
||||
# Device features
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue