Skip to content
Snippets Groups Projects
Commit e8ef12e3 authored by Bill Lin's avatar Bill Lin Committed by TreeHugger Robot
Browse files

Enable One-handed mode for C10/P10

Test: check settings > system > gesture > one handed mode
Test: make
Bug: 213843981
Change-Id: I0004659b248dafacf903f66cb7f91f0731619581
parent 7b477139
No related branches found
No related tags found
No related merge requests found
......@@ -175,3 +175,7 @@ else
PRODUCT_COPY_FILES += \
device/google/pantah/location/gps_user.xml.c10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
# Set support one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
......@@ -169,3 +169,7 @@ else
PRODUCT_COPY_FILES += \
device/google/pantah/location/gps_user.xml.p10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
# Set support one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment