Hi,
There is this warning in the Play Console:
Now I have to check where I need to change something.
There is this warning in the Play Console:
2 actions recommended
Your app no longer uses supported APIs or parameters for borderless display
At least one of the APIs or parameters you are using and for which you have specified the use of borderless and window display has been discontinued in Android 15. Your app uses the following APIs or parameters that are no longer supported:
- androidx.core.view.WindowCompat.setDecorFitsSystemWindows
- android.view.Window.setDecorFitsSystemWindows
- androidx.core.view.WindowCompat$Api30Impl.setDecorFitsSystemWindows
- LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
They start at the following points:- androidx.compose.ui.window.DialogWrapper.<init>
- androidx.core.view.WindowCompat$Api30Impl.setDecorFitsSystemWindows
- androidx.core.view.WindowCompat.setDecorFitsSystemWindows
- androidx.activity.EdgeToEdgeApi28.adjustLayoutInDisplayCutoutMode
Migrate away from these APIs or parameters in preparation for the switch to Android 15.
Now I have to check where I need to change something.