How to only get the strings that in english (the ones from res/values) using aapt?

68 Views Asked by At

I am trying to extract the English strings from an APK file using the aapt command in Linux. However, when I run the command aapt dump --values strings app.apk, it displays all the strings from all languages in the APK.

0

There are 0 best solutions below