I have seen that since Lollipop
, Android has built in Emoji
flags for different countries. Is it possible to use the devices locale to retrieve the
I was looking for that too but I don't think it's possible yet.
Have a look here: http://developer.android.com/reference/java/util/Locale.html
No mentioning about flags.
_
Alternately you can check the answer here:
Android Countries list with flags and availability of getting iso mobile codes
that might help you.