views:

79

answers:

1

I haven't been able to found this on Google, so I thought maybe somene here knew if this was possible and if so, how to implement it =) thanks in advance for any answers!

What I am aiming for is overwriting this method so I can perform some actions before the sms/mail gets sent, then just allow it to perform its normal actions.

+2  A: 

Use (link update) SendListener to handle sms send event, example: How To - Display a PopupScreen from a SendListener

Max Gontar