I originally called String.format this way:
String.format
return String.format(\"%s %f %f\", anotherString, doubleA, doubleB);
Which made Androi
when I mentioned the locale with the format, the lint warning just vanished.
String.format(Locale.US,"%02d", selectedInt);