Hi, I found an odd behavior/bug with these ads - if you are showing any of them and you change the device font size for example while they are still showing, it will cause the activity to be destroyed and recreated but these ads will NOT be destroyed and you will end up with a newly created activity beneath them which could cause a lot of problems and policy issues. This can also happen if you switch to dark mode, make the app a popup window from Recents, if the density changes and other cases, if they are not all added to the configChanges in the manifest, but we can't just add them all as in some cases we really do want the activity to be recreated, but the ads will not be destroyed and there is no way to destroy/close them by code.
What are we supposed to do when the activity is recreated and the ads are not destroyed automatically?
Thanks