Until August/25, the target SKD is 34 (Android 14), but I get the warning below in several apps in the Play Store.
I don't know if is from some lib of third part or internal lib in B4A.
We have time, but I put this wish to Erel check when start the develpment of future B4A to target SDK 35.
I don't know if is from some lib of third part or internal lib in B4A.
We have time, but I put this wish to Erel check when start the develpment of future B4A to target SDK 35.
B4X:
Your app uses deprecated APIs or parameters for edge-to-edge display
One or more of the APIs used or parameters set for edge-to-edge and window display are deprecated in Android 15.
Your app uses the following deprecated APIs or parameters:
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 places:
androidx.compose.ui.window.DialogWrapper.<init>
androidx.core.view.WindowCompat$Api30Impl.setDecorFitsSystemWindows
androidx.core.view.WindowCompat.setDecorFitsSystemWindows
androidx.activity.EdgeToEdgeApi28.adjustLayoutInDisplayCutoutMode
In order to prepare for the move to Android 15, migrate APIs or parameters.