I have in my program (written in Java) a variable:
String myPassword
After compiling the code with Android Studio, I get an an android application and I would like to let other people to use it.
But I am scared: is it possible for the users to get the variable value (password) from the application?
Let's say that the password value is "myPass". Its binary is:
01101101 01111001 01010000 01100001 01110011 01110011
Will the application binary contain this sequence in it?