Enable hide cutout emulations
Bug: 317143921 Test: make Flag: NONE Change-Id: Ib9344b8f95eeab18c2ccaa4e19e63197fb672407
This commit is contained in:
parent
ca3359d2e4
commit
14210e5440
2 changed files with 18 additions and 0 deletions
|
@ -436,3 +436,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NfcOverlayHusky \
|
NfcOverlayHusky \
|
||||||
|
|
||||||
|
# Set support hide display cutout feature
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.support_hide_display_cutout=true
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
|
|
@ -402,3 +402,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NfcOverlayShiba
|
NfcOverlayShiba
|
||||||
|
|
||||||
|
# Set support hide display cutout feature
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.support_hide_display_cutout=true
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue