Enable One-handed mode for new projects

Enable ro.support_one_handed_mode=true for new projects.

Bug: 320418976
Flag: N/A
Test: Build and verify UI in CL ROM
Change-Id: Iadc92f6bdb946f10714a824fb018e0fdce69852a
This commit is contained in:
Jason Chang 2024-01-23 10:22:10 +00:00 committed by Bill Lin
parent 684a7ee7ca
commit 4f25605b1c
3 changed files with 12 additions and 0 deletions

View file

@ -341,3 +341,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Exynos RIL and telephony
# Support RIL Domain-selection
SUPPORT_RIL_DOMAIN_SELECTION := true
# Set support one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true