show a notification at receiving an SMS

This commit is contained in:
tibbi 2020-04-04 21:53:58 +02:00
parent 29c0f928ca
commit 1fe2f10d53
3 changed files with 75 additions and 2 deletions

View file

@ -3,4 +3,7 @@
<string name="app_launcher_name">SMS Messenger</string>
<string name="type_a_message">Type a message…</string>
<string name="message_not_sent">Message has not been sent.</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
</resources>