I am using proguard in my project . It is obfuscating all the java code . But it is not obfuscating anything in strings.xml .
I have some sensitive information in strings.xml .
How can I make proguard to obfuscate the content in strings.xml ? Do I need to write any specific rule ?
ProGuard can't obfuscate strings.xml. You can use other software to obfuscate your file like DexGuard. You can get more info here.