sms-ie
sms-ie copied to clipboard
Difficulty translating the channel_name and channel_description strings
Where are they used? Do they need to be translated? Is it possible to remove them altogether?
In recent Android, notifications are delivered via "notification channels," which have both names and descriptions. The code that uses these resources is in MainActivity.kt, and it's taken straight from the official Android documentation. I don't know if the resources need to be translated.