I am placing my secretkey in strings.xml. I checked by reverse engineering with apktool and I got my strings.xml file as R$string.smali when I checked in that file to see whether key is visible or not then i found my key string as
# static fields
.field public static final secretkey:I = 0x7f0a0035
Is there any possibility of fetching the key from this id or any other process is there to fetch my secretkey from strings.xml file.