Peter
Peter

Reputation: 5131

Custom IME based on sms conversation phone number

I'm building a custom IME soft keyboard from the Android sample. Is there any way for me to find out what the phone number/contact info is of the conversation that the keyboard is open in?

Upvotes: 0

Views: 82

Answers (1)

nandeesh
nandeesh

Reputation: 24820

I believe you can only get the details of the EditText attached to the IME and no other details.

Further every OEM has a customised app and some users might as well have installed third party SMS apps, so getting the details might not be possible

Upvotes: 1

Related Questions