san6086
san6086

Reputation: 469

Triggering an application on the arrival of a message(sms) in android phone

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

Upvotes: 5

Views: 3333

Answers (1)

Adrian Fâciu
Adrian Fâciu

Reputation: 12572

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

Upvotes: 7

Related Questions