Sometimes, when using my phone, suddenly my browser (Google Chrome) opens up and tries to open a Spam URL. This will occur again and again, until I restart the phone.
It does not seem to be related with the app I am using at that specific moment, and it keeps happening even if I kill all running apps.
Now I wonder: Is there a way to find out what is making my browser open this URL? Is this logged somewhere, or can this be logged somehow?
Android Version is 5.0.1, device is a Samsung Galaxy S4.
android.intent.action.VIEW
and the system would launch the URL with whatever is set as default browser. Another thing to note here is that unless that app is running a background service or listens to a particular broadcast, it won't be able to do anything, let alone launch a URL unless it is in foreground. So, can you list those apps? – Firelord Mar 14 '16 at 14:12