Hi,
Thank you for contacting the Mobile Ads SDK Support team.
We've got a temporary solution for the API level 35 issue you're facing. To fix it, you'll need to use a workaround that disables the edge-to-edge feature.
Here's the workaround:
<style name="Android15EdgeToEdgeStyle" parent="@android:style/Theme.Translucent"> <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item> </style>
To implement this, set the windowOptOutEdgeToEdgeEnforcement flag to true in your app's window style. Please keep in mind that this is only a temporary fix. Our team is actively working on a permanent solution and will let you know as soon as an update is ready.
![]() |
Mobile Ads SDK Team |
[2025-09-02 15:18:52Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5auK:ref" (ADR-00331578)