I would like to prevent anyone decompiling my .apk file from viewing some of the strings in the strings.xml file.
Will obfuscating my code using ProGuard obfuscate or hide the strings.xml file and prevent people from seeing the original strings.
Proguard will not obfuscate strings. It basically performs minimization on the java. If you want strings to be obfuscated several options are available. Here are a couple
Stringer: https://jfxstore.com/stringer/
DexGuard: https://www.guardsquare.com/dexguard
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With