when an Admob interstitial ad is shown to the user, pressing back button does not close the ad on android 7-9 whereas doing same on android 6 and android 10 closes the interstitial ad. i am using dependency:
implementation 'com.google.android.gms:play-services-ads:19.3.0'
is it an issue in admob sdk or it can be related to my interstitial ad implementation? p.s. i have implemented the code like this: https://developers.google.com/admob/android/interstitial and it used to work fine a few days back.