Hello,
In my game for Android I'm using the whole screen for touch input. So I'm really worried that users will often click ads by mistake.
To prevent this I want to implement the following:
I will place 100% transparent view above AdView. When user clicks this view, my app will display a toast message "If you really want to open ad, please touch it again".
Then this transparent view is removed for several seconds to allow user to touch ad again.
I tried this and it works. But am I allowed to do this? Does this violate any AdMob rules?