ZXing generate QR code with default encoding ISO-8859-1, the generated QR code is wrong encoded if there is a character outside of the charset. Generate QR code of UTF-8 encoding. Bug: 131851854 Test: manual Change-Id: I96a5e72a978c654b62d89b3b11dd3016bf0ee1df
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.