javaandroidbroadcastreceivertracesafe-browsing

Is there any way to trace or listen that user clicks on any link from a browser, or any chat messenger app or even SMS?


I am trying to trace link click anywhere & in any app in android device. For Example, if user clicks links inside WhatsApp - before link redirects to browser, i want to trace it inside my application that link is clicked.

Is there any way to achieve this??

I tried Safe Browsing, but its not fulfilling my requirement. Your suggestions can help me a lot.

Please Let me know if any have solutions for this.


Solution

  • Within your App yes it is possible to trace user's click events i.e. You can collect analytics data But the same is not possible for whole device i.e. you can not get trace/click events/analytics data of other apps or entire device.

    It is against the security policy and Google will not allow it.

    Hope it will help you.