I'm not sure if this is a bug, but I am not able to detect if the mobile screen has a notch on Android phone.
PlatformInfo.SafeAreaInsetTop and PlatformInfo.SafeAreaInsetBottom always return 0, with or without the notch.
I tried Viewport fit: Auto and Cover, doesn't make any difference.
.
I'm using developer options to emulate the notch on my phone, but many other apps and games detect it correctly.
If anyone has an Android phone with a real screen notch, could you test it please? Here is the project file and debug APK.