make const-string get string from strings.xml

137 views Asked by At

I want make the const-string get's strings from the resourcs/strings.xml

For example my package name is:

com.zz.lolo

the code string in smali file are:

const-string v1, "Hello"

I can't explain more than that, but sorry for that!

0

There are 0 answers