From 20ca4742e767a433da7b49e4110ff526fdc362de Mon Sep 17 00:00:00 2001 From: Jiaming Liu Date: Wed, 14 Feb 2024 21:34:15 +0000 Subject: [PATCH] Enable WM Extensions on Akita Bug: 325321407 Test: Build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f7c3c8577554c3d90a632e7cca0481af2adb1642) Merged-In: I49a7c5b396aeae46137ebf28c9b7db6d9e811a44 Change-Id: I49a7c5b396aeae46137ebf28c9b7db6d9e811a44 --- device-akita.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index c52d0c5..83937b6 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -396,3 +396,10 @@ PRODUCT_PRODUCT_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