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. 开发者_如何学PythonCan any body help?
You must create a listener for the event. Here's a basic example on how to do it.
精彩评论