Since yesterday (Feb 01 2018) we are getting crash reports from our apps, all similar to this one:
Fatal Exception: java.lang.SecurityException
Permission Denial: starting Intent { act=android.intent.action.VIEW dat=https://www.googleadservices.com/... flg=0x10000000 cmp=com.ss.android.article.topbuzzvideo.en/com.ss.android.application.app.browser.BrowserActivity } from ProcessRecord{39eb913 7605:*.*.*/u0a218} (pid=7605, uid=10218) not exported from uid 10173
and this one:
Fatal Exception: java.lang.RuntimeException
Unable to start activity ComponentInfo{*.*.*/com.google.android.gms.ads.AdActivity}: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW dat=https://www.googleadservices.com/... flg=0x10000000 cmp=com.ss.android.article.master/com.ss.android.application.app.browser.BrowserActivity launchParam=MultiScreenLaunchParams { mDisplayId=0 mFlags=0 } } from ProcessRecord{7fcc9ec 27476:*.*.*/u0a300} (pid=27476, uid=10300) not exported from uid 10272
After searching for information, I found this question. This crash is not related to the alibaba app. But it is similar to the one described there. It is caused by a new update in the TopBuzz apps. I tried to contact the developers, but still haven't got a reply from them. What's really frustrating is that it seems the crash occurs when someone tries to click an ad. So not only the revenue is lost, but people perceive it as a problem in our apps. Now my question is how exactly can i locate and block these ads in my admob account.