Android Question LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES (Play Store msg)

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
When updating an app on the store (developed in B4XPage), the Play Store displays the following message (as a suggestion):

1744724967301.png


One or more APIs that you use or one or more parameters that you set for edge-to-edge and windowed displays have been deprecated in Android 15. Your app uses the following deprecated parameters or APIs:

LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These elements are located in the following places:

androidx.activity.EdgeToEdgeApi28.adjustLayoutInDisplayCutoutMode
To prepare for Android 15, migrate away from these parameters or APIs.

It seems that for android 15 the method should be updated.
Seems also ( maybe i wrong ) that the apk automatically includes this flag: LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES via androidx.activity.EdgeToEdgeApi28.adjustLayoutInDisplayCutoutMode.

Will B4A be updated or is there no problem ?
 
Top