
Hi,
Thank you for contacting the Mobile Ads SDK Support team.
This is a known issue and our team is actively working on a resolution. Once we receive any updates, we will intimate you.
Meanwhile you may consider setting `android:enableOnBackInvokedCallback="false"` or removing `android:enableOnBackInvokedCallback` from the Manifest file. This will prevent back press/gesture functionality until the user selects the advertisement's close button.
![]() |
Mobile Ads SDK Team |
[2025-07-01 05:23:45Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rgo6R:ref" (ADR-00316561)
Hi there,
I'm experiencing a similar issue. However, instead of using Google Ads directly, I'm showing Interstitial ads through the Max-Applovin SDK.
Just like mentioned above, I added:
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:enableOnBackInvokedCallback="false"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>
to the manifest, but when I see the ad and press the device back button before the ad completes its display time, the ad gets dismissed.
I wasn't able to get the suggested solution working properly.
I'm currently using play-services-ads:20.4.0
Do you have any other suggestions?
Thanks in advance!
Hi,
It is always recommended to use the latest versions of the SDK. As of today, the latest version of the Google Mobile Ads Android is 24.4.0 please check in this and confirm.
Currently we don’t have any updates. We will inform you once we receive any updates. Meanwhile, your patience is important.
![]() |
Mobile Ads SDK Team |
[2025-07-04 13:38:14Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01rgo6R:ref" (ADR-00316561)