I am doing a security project where I have a situation like this. I have an android application, which needs to interpret any URL open request triggered from any application. Is there any intent or way that supports this in android?
My need is to capture any URL click event, check whether the URL is safe to enter. If so allow the URL to process or else show a pop up blocking the entry. To achieve this I would need to capture any URL click event from the android system