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

@ -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 \