Hello I get the following warning when closing the interstitial ad between activity and activity 2 (android studio Logcat):
2022-06-10 14:30:09.946 845-861/? W/ActivityManager: Duplicate finish request for ActivityRecord{28d281bb u0 com.example.testads/com.google.android.gms.ads.AdActivity t13 f}
I am using: com.google.android.gms:play-services-ads:21.0.0
Does anyone else get this warning in logcat?
Thank you very much
I have detected the problem! It called twice in different parts of the code: mInterstitialAd.setFullScreenContentCallback(new FullScreenContentCallback() { ...... }