Ian Rogers a99b1559bf Fix broken StringBuilder construction.
StringBuilder doesn't have a char constructor and so passing a char calls the
int constructor that presizes the StringBuilder rather than creating it
containing a single character.
This bug was caught by error prone.

Change-Id: I809ce0fcf930688db925ac7a8e23ee85086d479e
2016-03-16 12:15:42 -07:00
..
2016-02-26 23:06:47 -08:00

SystemUI Documentation