Reply Receiver
A BroadcastReceiver that handles inline replies from notifications.
This receiver is triggered when a user replies to a message directly from a notification. It extracts the reply text and the contact key from the intent, sends the message using the ServiceRepository, and then cancels the original notification.