I want to track all the Intent objects, but I cannot find the API.
I want to know where a component start another in an application.Also, I want to know how does it happen, like if the Intent is a explicit Intent or if it has a Data.
For example, a activity can be launched by a method called startActivity(Intent i), I want to know the detail information of the "i".So I need to locate it.
Can someone give me some help?
Thanks very much!