diff --git a/device-oriole.mk b/device-oriole.mk index 6f90e20..e8e1bca 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -107,3 +107,8 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=1 + +# Hide cutout overlays +PRODUCT_PACKAGES += \ + NoCutoutOverlay \ + AvoidAppsInCutoutOverlay diff --git a/device-raven.mk b/device-raven.mk index 8ef95c3..89074de 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -106,3 +106,8 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.build.svn=1 + +# Hide cutout overlays +PRODUCT_PACKAGES += \ + NoCutoutOverlay \ + AvoidAppsInCutoutOverlay