Game Rendering Over Notch on Android 15 in Unity 2022.3 LTS

Hi,
I am using Unity 2022.3 LTS with URP, and I have a problem. On Android devices running Android 15, my game renders over the notch.

However, the game works fine on devices with older Android versions.

If I use Unity 2020.3 LTS and run the build on the same Android 15 device, the notch is handled correctly.

I’m not sure what to do to fix this in Unity 2022.3. Can you help me? Thank you!

I use this: https://assetstore.unity.com/packages/tools/gui/safe-area-helper-130488

Unity automatically handles the notch thing in android. In iOS we have to do it manually using safe area…
This problem cant be solved by this plugin , i guess.

I had to do it manually for Android with newer Android versions. Maybe the phone doesn’t report it properly?
Is render outside of safe space disabled?

Here is my settings. please look