-
Notifications
You must be signed in to change notification settings - Fork 3
Description
This is a minor issue, I am getting these warnings in the Android vitals in Google Play Developer console:
Your app uses deprecated APIs or parameters for edge-to-edge
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
androidx.core.view.WindowCompat.setDecorFitsSystemWindows
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These start in the following places:
com.google.android.gms.internal.consent_sdk.zzay.show <---this one is from the Google UMP SDK 3.1.0 included in 9.5.0
com.mbridge.msdk.activity.MBBaseActivity.onCreate <--- these ones are from Mintegral
com.mbridge.msdk.newreward.player.BaseActivity.setActivityFull
com.mbridge.msdk.widget.dialog.MBAlertDialog.hideNavigationBar
com.mbridge.msdk.widget.dialog.MBFeedBackDialog.hideNavigationBar
Both of these use deprecated API/parameters. Is there a way to include the new ones?