Despite this #18810 issue, however cutout still is not supported by cocos (incl 3.17.1)
If we are rendering into the cutout area, we should use WindowInsets.getDisplayCutout()
to retrieve a DisplayCutout
object that contains the safe insets and bounding box for each cutout https://developer.android.com/reference/android/view/DisplayCutout
PR is coming.