I would like to prevent someone from decompiling my .apk file from looking at some lines in the strings.xml file.
Will obfuscate my code with ProGuard obfuscate or hide the strings.xml file and prevent people from seeing the source lines.
source
share