diff --git a/device-cheetah.mk b/device-cheetah.mk index 074cb44..d9d7d15 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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 diff --git a/device-panther.mk b/device-panther.mk index 3fe23a8..fc73f3f 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -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