How to block advertiser in admob due to Admob Security exception: permission denied

Since yesterday (February 01, 2018) we receive crash reports from our applications, all similar to this:

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 a question . This crash is not related to the alibaba app. But it is similar to that described there. This is caused by a new update in TopBuzz applications . I tried to contact the developers, but still have not received a response from them. What really upsets is that it seems like an accident occurs when someone tries to click an ad. Thus, not only income is lost, but people perceive it as a problem in our applications. Now my question is how exactly can I find and block these ads in my admob account.

+4
source share
1 answer

, , , / TopBuzz, /, URL- , . , , , , , . . Google, .

0

Source: https://habr.com/ru/post/1693098/


All Articles