I want to check if an emoji is supported by a different device or not. See below screenshot:
Here you are able to see some of the emoji that are not supported by device so how can I check wether device is able to show that image or not?
I'm able to check condition on >=23 api level means paint.hasGlyph()
using hasGlyph()
is return true or false if emoji is supported or not.
But how can I check this things below 23 api level?