I used this plugin with my strings.xml file, which included a number of string arrays, e.g.:
<string-array name="network_type_entries">
<item>Wi-Fi</item>
<item>Mobile</item>
<item>Ethernet</item>
<item>Bluetooth tethering</item>
<item>Unknown</item>
</string-array>
After the sort, all of those arrays were gone.
I used this plugin with my
strings.xmlfile, which included a number of string arrays, e.g.:After the sort, all of those arrays were gone.