I would like to include an emoji in an Android String ressource in an XML file and I wanted to ask if this is possible or not?
I tried the solution suggested in Emoji in strings.xml file?:
<string name="message">Your rating was submitted successfully. Thank you👈!</string>
But this does not work. After "Thank you" nothing is displayed. Any idea how I can change that?