[android-beginners] SMS receiver

2009-12-07 Thread Maurizio Bellemo
Hi all, I am trying to develop an application to detect incoming SMS and view the result in a list. I was trying to use the example I found on http://www.anddev.org/recognize-react_on_incoming_sms-t295.html, but it seems not to work, at least with 2.0 SDK. The problem seems to be this

[android-beginners] SMS Receiver

2009-09-17 Thread King of Camelot
So I was playing around with some sample code I found on the net for receiving SMS in your app when I noticed that the sample was using the deprecated android.telephony.gsm.SmsMessage. I figured it'd be a simple change to make it use android.telephony.SmsMessage instead so I changed the import