We have a lot App to Block Ads.
1. App that lost Internet - but in this case a lot app dont work
2. App that working to file Hosts ( example AdAway ) - but we have code PendRush
3. App that working without file hosts ( example AdBlock Plus ) - but we have ErrorCode return 0
Found solution ( try with Adblock Plus, AdBlock Remover, Adway, etc. ) if:
Sub Ad_FailedToReceiveAd (ErrorCode As String)
if ErrorCode = 0 then
MsgBox("Disabilite AdsBlock. Bye Bye","Message")
activity.finish
End Sub
+ code PendRush
if TestBlocker = True then
...Bye Bye
end if
so with "both code" working very good.