Enable WM Extensions on Akita

Bug: 325321407
Test: Build

Change-Id: I49a7c5b396aeae46137ebf28c9b7db6d9e811a44
This commit is contained in:
Jiaming Liu 2024-02-14 21:34:15 +00:00
parent a35822598e
commit f7c3c85775

View file

@ -371,3 +371,10 @@ PRODUCT_VENDOR_PROPERTIES += \
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Disable Settings large-screen optimization enabled by Window Extensions
PRODUCT_SYSTEM_PROPERTIES += \
persist.settings.large_screen_opt.enabled=false