Enable hide cutout emulations
Bug: 234107076 Test: make Change-Id: I5b28c20b8ac99f400c5d8a085225349c5ac383a4
This commit is contained in:
parent
d4aff776ac
commit
28dd1cbe29
1 changed files with 9 additions and 0 deletions
|
@ -169,3 +169,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
vendor.zram.size=3g
|
vendor.zram.size=3g
|
||||||
|
|
||||||
|
# Set support hide display cutout feature
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.support_hide_display_cutout=true
|
||||||
|
|
||||||
|
# Hide cutout overlays
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue