Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

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

like image 734
san6086 Avatar asked Jun 11 '10 09:06

san6086


1 Answers

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

like image 86
Adrian Fâciu Avatar answered Sep 28 '22 06:09

Adrian Fâciu