My problem is about Admob / Adwhirl and the activity that will become active when an ad is loaded.
I have a TabActivity and one of the tabs contains two views (two separate intents), on those two intents I fetch the onBackPressed to know if I have to switch between the views in the current tab. This all works fine, until I load the ads.
When I activate Admob / Adwhirl onBackPressed is triggered on the TabActivity itself and not on the intents inside the current tab.
Any idea on how to prevent / fix this?