Skip to content

Commit

Permalink
config: Allow overriding ro.support_one_handed_mode
Browse files Browse the repository at this point in the history
Pixel Fold disables this

Change-Id: Ia5a369d75a356800ea8792fe290094ec99b4ad64
  • Loading branch information
mikeNG authored and basamaryan committed Jul 30, 2023
1 parent effcaae commit 0d79be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common_full_phone.mk
Expand Up @@ -3,6 +3,6 @@ $(call inherit-product, vendor/aosp/config/common_full.mk)

# Enable support of one-handed mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true
ro.support_one_handed_mode?=true

$(call inherit-product, vendor/aosp/config/telephony.mk)

0 comments on commit 0d79be7

Please sign in to comment.