Android 15 edge-to-edge enforcement

2,244 views
Skip to first unread message

markus.w...@gmail.com

unread,
Feb 23, 2025, 3:03:46 PMFeb 23
to Google Mobile Ads SDK Developers
Hi,

As you know apps that are targeting Android 15 (API level 35) are edge-to-edge by default on devices running Android 15.

I have adapted my app accordingly but apparently this change seems to cause problems with some interstitial ads. In some instances the ad's close button is hidden behind the system's navigation bar making it impossible to dismiss the ad.

I have attached a screenshot that one of the users of my app sent me.

Please fix this issue by adding padding according to the system bar insets.

Regards,
Markus

 ad.jpg

Mobile Ads SDK Forum Advisor

unread,
Feb 24, 2025, 1:51:53 AMFeb 24
to markus.w...@gmail.com, google-adm...@googlegroups.com

Hi Markus,

I ran the Google sample application on Android 15 devices and wasn't able to reproduce the issue. Could you please clarify if this is happening on specific devices? Additionally, could you share the following information with us via Reply to author option?

  • app ID
  • ad unit ID
  • Mobile Ads SDK version

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-02-24 06:51:10Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



Kendine Mühendis

unread,
May 15, 2025, 4:25:03 PMMay 15
to Google Mobile Ads SDK Developers

👋 Thanks for sharing the sample project! Just a small detail that seems to have been missed:
Your sample is still using targetSdkVersion 34 😅

The issue reporter clearly mentioned the problem occurs on API 35 (Android 15), so saying it "cannot be reproduced" using an API 34 target is... a bit ironic.

🔁 Could you please update the sample to targetSdkVersion 35 and try again?
That way, we can actually verify if the AdMob SDK is compatible with Android 15 🙃


24 Şubat 2025 Pazartesi tarihinde saat 09:51:53 UTC+3 itibarıyla Mobile Ads SDK Forum Advisor şunları yazdı:

Mobile Ads SDK Forum Advisor

unread,
May 15, 2025, 4:57:26 PMMay 15
to omera...@gmail.com, google-adm...@googlegroups.com

Hi,

Thank you for getting back to us.

We are able to reproduce the issue and will raise this concern to the wider team, and will intimate once receive any update on this, meanwhile your patience is important.


Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-05-15 20:56:33Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



Jay Patel

unread,
May 20, 2025, 3:21:56 AMMay 20
to Google Mobile Ads SDK Developers
I am facing the same issue. Also, I have another issue in Android 14 or below after applying Edge-to-Edge on Android 15 or above

Screenshot_3.png

Mobile Ads SDK Forum Advisor

unread,
May 20, 2025, 5:00:41 AMMay 20
to jaykuma...@gmail.com, google-adm...@googlegroups.com

Hi Jay,

I would like to inform you that our team is currently working on this issue. One of our teammates will get back to you once we have an update on this. Meanwhile, your patience is appreciated.

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-05-20 08:59:35Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



ali Hassan

unread,
May 22, 2025, 1:05:15 PMMay 22
to Google Mobile Ads SDK Developers
you can fix the issue set setImmersiveMode for android 15 users for interstitial ad

athh developer1

unread,
Jun 10, 2025, 2:57:11 AMJun 10
to Google Mobile Ads SDK Developers
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:theme="@style/Theme.QRScanner"
tools:replace="android:theme" /> we can solve this issue using this

markus.w...@gmail.com

unread,
Jun 15, 2025, 9:25:11 AMJun 15
to Google Mobile Ads SDK Developers
I'm sorry, but don't you guys think this is a rather important issue?

Google asks all developers to change the target SDK level to API 35. As a consequence all apps will be affected by this issue sooner or later!

When can we expect a fix?

Mobile Ads SDK Forum Advisor

unread,
Jun 16, 2025, 1:58:01 AMJun 16
to markus.w...@gmail.com, google-adm...@googlegroups.com

Hi,

Thank you for getting back to us.

The team is actively working on a resolution and the timeline for the solution release is roughly at the end of June.


Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-06-16 05:57:17Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



MK

unread,
Jul 8, 2025, 3:10:29 AMJul 8
to Google Mobile Ads SDK Developers
Hi all,

Workaround is to use immersive mode on the interstitial ad. It hides the nav bar while the ad is shown.

Still ridiculous we need to use such a hack on this product!

Mobile Ads SDK Forum Advisor

unread,
Jul 8, 2025, 3:13:24 AMJul 8
to google-adm...@googlegroups.com

Hi,

Our engineering team has been actively working on this issue. I will keep this thread updated with the latest status.


Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-07-08 07:12:36Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



markus.w...@gmail.com

unread,
Jul 8, 2025, 9:49:27 AMJul 8
to Google Mobile Ads SDK Developers
How would the immersive mode workaround work, exactly? What control do we have over AdMob's interstitial Activity?

I'm sorry, but this seriously needs to get fixed! This issue was caused by the Android 15 changes, now Android 16 is being rolled out.

In the attached screenshot, notice how the close button is covered by the navigation bar. What an awful user experience and yet apparently nothing get done about it.

I understand that you might be working on a better solution, but until that is ready, couldn't you just use an OnApplyWindowInsetsListener and add padding as necessary? It took me like one day to implement that for my app!


Screenshot_20250708_153430.png

MK

unread,
Jul 8, 2025, 1:45:15 PMJul 8
to Google Mobile Ads SDK Developers

calling setImmersiveMode before showing the interstitial will hide the navigation bar while displaying the interstitial.

Mobile Ads SDK Forum Advisor

unread,
Jul 8, 2025, 5:18:19 PMJul 8
to markus.w...@gmail.com, google-adm...@googlegroups.com

Hi,
Thanks for the suggestion. I’ll share this information with the wider team and keep you posted once I get any updates.

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-07-08 21:17:15Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



Sireesha Siri

unread,
Jul 25, 2025, 10:36:03 AMJul 25
to Google Mobile Ads SDK Developers
Hi, 
Please kindly post any solution, It helps a lot

Mobile Ads SDK Forum Advisor

unread,
Jul 25, 2025, 1:43:21 PMJul 25
to sireesha....@gmail.com, google-adm...@googlegroups.com
Hi,

We’ve received an update from the wider team that the fix for the Android 15 issue is targeted for release in early August. We will continue to closely monitor the progress and provide updates on the release. Meanwhile, your patience is important.

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-07-25 17:42:32Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



mpag...@gmail.com

unread,
Aug 2, 2025, 9:38:28 AMAug 2
to Google Mobile Ads SDK Developers
August started, let's see will it be fixed, after almost 1 year... We got penalties because of your issue

eliok...@gmail.com

unread,
Aug 15, 2025, 2:33:04 PMAug 15
to Google Mobile Ads SDK Developers
Hello
The last post from two weeks ago.
Should we expect an SDK update before that time?
We deserve just an answer, at least!

Mobile Ads SDK Forum Advisor

unread,
Aug 18, 2025, 3:02:19 AMAug 18
to eliok...@gmail.com, google-adm...@googlegroups.com

Hi Elio,

The wider team has informed us that the fix for the Android 15 issue is scheduled for release in early September. We'll keep tracking the progress closely and share updates as they become available. Thank you for your continued patience.

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-08-18 07:01:23Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3SC:ref" (ADR-00289445)



Reply all
Reply to author
Forward
0 new messages