Admob interstitial ad still open when user comes back from clicking it
问题 When a user clicks an interstitial ad, the browser will open or whatever. When he navigates back to my app, the interstitial ad is still open and he has to close it. How can I prevent an interstitial ad from still being displayed after the user clicked it and navigates back to my app? 回答1: Add the following to your AndroidManifest.xml : <activity android:name="com.google.android.gms.ads.AdActivity" android:noHistory="true"/> What noHistory does: Whether or not the activity should be removed