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:
parent
684a7ee7ca
commit
4f25605b1c
3 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue