tags:

views:

47

answers:

1

I want to trigger an application after the arrival of the sms. I using android based mobile phone. Can any body help?

+2  A: 

You must create a listener for the event. Here's a basic example on how to do it.

Adrian Faciu