When we install agents for android or ios app, we usually add some library and change some configuration settings. How does just adding a library can make that app to record events and push it to the monkey talk IDE.
Usually when we add a library to a project, if we need to use it, we have to import it and then use it in the code. But how does this agent do all the work without any source code modification?