config: Enable support of one-handed mode for phone targets

Change-Id: Iab7de339e449d396d19783cfc254d540b600a33a
This commit is contained in:
Arian 2021-10-11 17:15:40 +02:00
parent 7b6521c8a4
commit 127800a6b3
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -8,4 +8,8 @@ PRODUCT_PACKAGES += \
# Include Lineage LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
$(call inherit-product, vendor/lineage/config/telephony.mk)