Enable WM Extensions on Pixel 7

Bug: 266196089
Change-Id: I483eb3ee9106c90ee68f1c656d7b61bcd98d829f
This commit is contained in:
Andrii Kulian 2023-01-05 05:22:46 +00:00 committed by Chris Li
parent 6b552fa9f5
commit 80f23f6d20
2 changed files with 6 additions and 0 deletions

View file

@ -362,3 +362,6 @@ PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.exampl
# Setup Wizard device-specific settings # Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \ setupwizard.feature.enable_quick_start_flow_for_debug=true \
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -345,3 +345,6 @@ PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.exampl
# Setup Wizard device-specific settings # Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \ setupwizard.feature.enable_quick_start_flow_for_debug=true \
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)