This specific add keeps popping up as overlay at random. It's always the same Facebook Maket thing. I'd appreciate any hint on how to get rid of it.
Asked
Active
Viewed 411 times
0
1 Answers
1
First, see @Ifran Latif's comment. This is a good action for finding malicious apps.
If it's simply an ad that you want to not see anymore, there are several ad blocker apps available that can help:

jlehenbauer
- 10,007
- 6
- 44
- 68
-
So far I can say that your answer is useful, yet adb didn't show the offending app - like the overlay ad was really smart. I'm checking ad blockers provided. – ElmoVanKielmo Jan 31 '20 at 20:20
adb shell dumpsys window | grep mFocused
on PC. You will get the app showing that ad. Uninstall it. Report it. Blacklist it. Or whatever else you find appropriate. – Irfan Latif Jan 31 '20 at 07:40mFocusedWindow=Window{ffea4e u0 com.facebook.orca/com.facebook.orca.auth.StartScreenActivity} mFocusedApp=Token{a6af053 ActivityRecord{5bb9e8d u0 com.facebook.orca/.auth.StartScreenActivity t13163}} mFocusedApp=AppWindowToken{7f3cd90 token=Token{a6af053 ActivityRecord{5bb9e8d u0 com.facebook.orca/.auth.StartScreenActivity t13163}}}
– ElmoVanKielmo Jan 31 '20 at 16:55