I am developing an android app. I would like to be able to send a message programmatically directly to a specific friend in Messenger App. I'd like this to happen without requiring the user to select a friend.
For example, if user A has friend B, and has sent a message to friend B in the past, I'd like the app to remember friend B. Is it possible to directly invoke and send message "hello" to friend B from Android app?