Re: [android-developers] MMS messages

2010-12-30 Thread Kapil Lokhande
new year J *From:* android-developers@googlegroups.com [mailto: android-develop...@googlegroups.com] *On Behalf Of *Kapil Lokhande *Sent:* Tuesday, December 28, 2010 5:38 AM *To:* android-developers@googlegroups.com *Subject:* Re: [android-developers] MMS messages Hi Yves, GREETINGS

Re: [android-developers] MMS messages

2010-12-28 Thread Kapil Lokhande
Hi Yves, GREETINGS OF THE DAY Just look at this code public class SMSMonitor { private ServiceController mainActivity; private ContentResolver contentResolver = null; private Handler smshandler = null; private ContentObserver smsObserver = null; public String smsNumber = ;

RE: [android-developers] MMS messages

2010-12-28 Thread XiaoXiong Weng
-developers] MMS messages Hi Yves, GREETINGS OF THE DAY Just look at this code public class SMSMonitor { private ServiceController mainActivity; private ContentResolver contentResolver = null; private Handler smshandler = null; private ContentObserver smsObserver = null; public String

Re: [android-developers] MMS messages

2010-12-24 Thread Yves Liu
Thanks Kapil, but it is only for the permission, and I don't know how to register my class to monitor the incoming MMS. On Wed, Dec 22, 2010 at 9:59 PM, Kapil Lokhande kpl.lokha...@gmail.comwrote: see this http://developer.android.com/reference/android/Manifest.permission.html#RECEIVE_MMS

Re: [android-developers] MMS messages

2010-12-23 Thread Kapil Lokhande
see this http://developer.android.com/reference/android/Manifest.permission.html#RECEIVE_MMS On Thu, Dec 23, 2010 at 11:05 AM, Yves Liu yves...@gmail.com wrote: I left a break point in my code, and it never triggered for SMS_receive. I even put MMS_receive, and it didn't work. Any suggestions?

Re: [android-developers] MMS messages

2010-12-22 Thread Yves Liu
I left a break point in my code, and it never triggered for SMS_receive. I even put MMS_receive, and it didn't work. Any suggestions? On Tue, Dec 21, 2010 at 5:49 PM, xiaoxiong weng ad...@littlebearz.comwrote: I believe it's the same as SMS_receive but you parse the data as

Re: [android-developers] MMS messages

2010-12-21 Thread xiaoxiong weng
I believe it's the same as SMS_receive but you parse the data as setType(image/png); I might be wrong :S On Mon, Dec 20, 2010 at 5:55 PM, Yves Liu yves...@gmail.com wrote: Anyone knows? On Sat, Dec 18, 2010 at 3:10 PM, yves...@gmail.com yves...@gmail.comwrote: Hi I use

Re: [android-developers] MMS messages

2010-12-20 Thread Yves Liu
Anyone knows? On Sat, Dec 18, 2010 at 3:10 PM, yves...@gmail.com yves...@gmail.comwrote: Hi I use android.provider.Telephony.SMS_RECEIVED to listen to new SMS message received. But what should I use to listen to MMS message received? Thanks -- You received this message because you are

[android-developers] MMS messages

2010-12-18 Thread yves...@gmail.com
Hi I use android.provider.Telephony.SMS_RECEIVED to listen to new SMS message received. But what should I use to listen to MMS message received? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to