Merge "Enable hide cutout emulations" into main
This commit is contained in:
commit
ec0546a5f3
2 changed files with 18 additions and 0 deletions
|
@ -436,3 +436,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
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 += \
|
||||
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