Brent

Results 3 issues of Brent

Trying to process the string-array entry `\?` fails after an init followed by export. The escape character is removed, creating invalid XML: `?` A sample source tree is available [here](https://android.googlesource.com/platform/packages/apps/Settings/+/refs/heads/oreo-release/res/values/arrays.xml)...

Use double-quotes around the xml header strings. Indent lines with four spaces.

It is valid for Android XML files to have strings that disregard the formatting characters (like percent) by setting the tag formatted="false", such as: 50% off This tag was previously...