android - Monitor message sent status launched by Intent= new Intent(Intent.ACTION_SEND) -


i looking way monitor sent status of mms message started intent.action_send can return original activity upon message being sent. im using startactivityforresult() request code start theres return , display toast , i'm using intent.putextra("exit_on_sent", true) exits default messenger , returns original activity when send button pressed gives illusion sent message , doesn't monitor , wait sent. have found examples monitor sms messages use smsmanager, pending intents, , broadcast receivers, being noob i'm uncertain if thats approach should use. guidance appreciated.

i looking way monitor sent status of mms message started intent.action_send can return original activity upon message being sent.

that not possible. first, have no control on activity user chooses handle action_send. second, authors of other activity how implement "send" operation, , how none of business.

currently im using startactivityforresult()

action_send not designed use startactivityforresult(); not result.

i'm using intent.putextra("exit_on_sent", true)

whatever is, undocumented, unsupported, , ignored implenters of action_send.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -