Android Get Country Emoji Flag Using Locale

后端 未结 6 2020
难免孤独
难免孤独 2021-01-04 05:31

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

6条回答
  •  借酒劲吻你
    2021-01-04 05:43

    Based on this answer, I wrote a Kotlin version below using extension function.

    I also added some checks to handle unknown country code.

    /**
     * This method is to change the country code like "us" into 

提交回复
热议问题