config: Enable settings large screen optimization for tablets

This was set to true by default prior to U QPR2.

Test: Open settings and notice that dual pane layout is back
Change-Id: Ide44ecbe7e30d6bf26d9c9358e46c71b35c66250
This commit is contained in:
LuK1337 2024-04-21 10:01:48 +02:00
parent 0612158699
commit 5fff206e72
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -11,4 +11,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
# Settings
PRODUCT_PRODUCT_PROPERTIES += \
persist.settings.large_screen_opt.enabled=true
$(call inherit-product, vendor/lineage/config/telephony.mk)

View file

@ -11,4 +11,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
# Settings
PRODUCT_PRODUCT_PROPERTIES += \
persist.settings.large_screen_opt.enabled=true
$(call inherit-product, vendor/lineage/config/wifionly.mk)