English (translated):
Edge-to-edge display might not be available for all users
On Android 15 and later versions, apps targeting SDK 35 will be shown edge-to-edge by default. Apps targeting SDK 35 must handle insets to ensure they are displayed correctly on Android 15 and newer. Investigate the issue, test the app with edge-to-edge display, and make the necessary updates. Alternatively, call enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java. This ensures compatibility with earlier versions.
English (translated):
Your app uses deprecated APIs or parameters for edge-to-edge display
One or more APIs or parameters defined for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
They originate from the following locations:
androidx.activity.EdgeToEdgeApi28.adjustLayoutInDisplayCutoutMode
To fix this, migrate away from these APIs or parameters.
Both shows this link:
Learn about changes in Android 15 that will affect apps when they target Android 15 or higher.
developer.android.com