Revert "Disable WM Extensions on Pixel 6"

This reverts commit e81ae9f5e1.

Reason for revert: Re-enable for U QPR

Bug: 266196089

Change-Id: I9fdca6644ee7302f52fe3b850a357bae76dbacf3
This commit is contained in:
Jiaming Liu 2023-05-12 01:36:04 +00:00
parent 899f886713
commit 9e53e0ec95
2 changed files with 16 additions and 0 deletions

View file

@ -271,3 +271,11 @@ else
PRODUCT_COPY_FILES += \
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
# 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

View file

@ -290,3 +290,11 @@ else
PRODUCT_COPY_FILES += \
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
# 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