[android-developers] Re: Read send sms

2011-04-12 Thread Mochamad Basofi
Could you give me more details? I don't have any clue of which intent I should use. btw thank you for the reply On Apr 12, 10:15 am, XiaoXiong Weng xiaoxiong.w...@gmail.com wrote: Um. I believe the intent for sms allows you to see the status, so you would get a status code for every message

Re: [android-developers] Re: Read send sms

2011-04-12 Thread saurabh patil
which email client u are using.. On Tue, Apr 12, 2011 at 12:56 PM, Mochamad Basofi moch.bas...@gmail.comwrote: Could you give me more details? I don't have any clue of which intent I should use. btw thank you for the reply On Apr 12, 10:15 am, XiaoXiong Weng xiaoxiong.w...@gmail.com wrote:

Re: [android-developers] Re: Read send sms

2011-04-12 Thread XiaoXiong Weng
Borrowed from the below person. http://davanum.wordpress.com/2007/12/15/android-listen-for-incoming-sms-messages/ | ||public| |void| |onReceiveIntent(Context context, Intent intent) {| |19||||if| |(intent.getAction().equals(ACTION)) {| |20||||StringBuilder buf =

[android-developers] Re: Read send sms

2011-04-12 Thread Mochamad Basofi
I've take a look to the code, but it just read incoming sms. Maybe I didn't clear enough to explain in my first post, my bad :) Actually I want to know how to read outgoing sms from the user, not the incoming sms. But I really appreciate your reply mate, thank you :) On Apr 12, 10:56 pm,