config: Allow overriding ro.support_one_handed_mode

Pixel Fold disables this

Change-Id: Ia5a369d75a356800ea8792fe290094ec99b4ad64
This commit is contained in:
Michael Bestas
2023-06-29 19:20:50 +03:00
committed by Michael Bestas
parent 4a2439acbb
commit 4768246a43

View File

@@ -11,6 +11,6 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
ro.support_one_handed_mode?=true
$(call inherit-product, vendor/lineage/config/telephony.mk)