I'm creating my own InputMethod (IME). When the user is typing a message to a contact using my IME, I would like to retrieve the contact's info and its attributes.
Or, rephrase, how to get the info on the Contact on screen?
( Can my app communicate with the messaging app on screen and get the Contact? )
Note: I can write attributes to the contacts. I'm thinking of retrieving those too.