Android ADT 21.0 warning: Implicitly using the default locale
You simply need to clean your project by clicking:
Build > Clean Project
or Build > Rebuild Project
You should use Locale.getDefault()
especially if you cant be sure that your text will always be in english.
Also lint errors like that one you are having usually disappear after you run lint again or clean your project.