Enable WM Extensions on Akita
Bug: 325321407 Test: Build Change-Id: I49a7c5b396aeae46137ebf28c9b7db6d9e811a44
This commit is contained in:
parent
a35822598e
commit
f7c3c85775
1 changed files with 7 additions and 0 deletions
|
@ -371,3 +371,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Enable DeviceAsWebcam support
|
# Enable DeviceAsWebcam support
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.usb.uvc.enabled=true
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue