You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mediation ad networks used, and their versions: Mintegral, liftoff, applovin, but not relevant to the issue
[REQUIRED] Step 2: Describe the problem
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? I see there is no new version after 3.1.0 for the UMP SDK.
The text was updated successfully, but these errors were encountered:
What minSDK and targetSDK version are you building against? The "setDecorFitsSystemWindows" method was introduced in Android 10 (API level 29). You may need to update your API level to remove this warning.
Admob 9.1.1
minimum API Level = 26
target API Level = 34
Play Console warning:
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:
android.view.Window.getNavigationBarColor
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These start in the following places:
com.bytedance.sdk.openadsdk.utils.Gx.JhQ
com.mbridge.msdk.activity.MBBaseActivity.onCreate
com.mbridge.msdk.widget.dialog.MBAlertDialog.hideNavigationBar
com.mbridge.msdk.widget.dialog.MBFeedBackDialog.hideNavigationBar
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
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? I see there is no new version after 3.1.0 for the UMP SDK.
The text was updated successfully, but these errors were encountered: