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
|
@ -303,6 +303,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
bluetooth.profile.ccp.server.enabled=true \
|
||||
bluetooth.profile.vcp.controller.enabled=true
|
||||
|
||||
# Set support one-handed mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.support_one_handed_mode=true
|
||||
|
||||
ifeq ($(RELEASE_PIXEL_BROADCAST_ENABLED), true)
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -277,6 +277,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
bluetooth.profile.ccp.server.enabled=true \
|
||||
bluetooth.profile.vcp.controller.enabled=true
|
||||
|
||||
# Set support one-handed mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.support_one_handed_mode=true
|
||||
|
||||
ifeq ($(RELEASE_PIXEL_BROADCAST_ENABLED), true)
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue