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