Open
Description
As in Android, there is no main method there are multiple entry points (e.g. onCreate, onResume and so on). I just figure out I can create a synthetic Main method using createDummy method. I want to create a new Java file with the Dummy Main method of the desired APK so i can use it for further analysis.