Let’s have an example to simulate how to hack apk file
using static method. To do this we must prepare a sample apk
file. This sample is very simple, it has two input box: user
name and password, and has a button. While user input user
name and password then press the login button, the program
will check whether the input is correct or not to decide the next
step. In this example we let the verify function always return
false. Following is the source code