android studio lint code warning list 发表于 2017-09-28 | 分类于 编程 , android , android studio , lint Implicitly using the default locale1String time = String.format("%02d:%d", seconds, ms); Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead