I want to dynamically analyze an android application like yelp for security purposes.
I would like to find out if multiple items in the list view correspond to the same callback; if they do, I will not click these items during dynamic analysis.
Is there any way to find out mapping between UI elements and callback methods?
I am exploring Androguard but haven't come across a specific solution.
Appreciate your comments.