1, Cache all messages's hash code on the phone 2, Register an content observer for content://sms 3, In onChange method of observer, enumrate all messages to check if it is in cache, if not, the message is sent out just now.
--- 10年5月21日,周五, Nandan . <[email protected]> 写道: 发件人: Nandan . <[email protected]> 主题: [android-developers] Re: capture outgoing sms in android 收件人: [email protected] 日期: 2010年5月21日,周五,下午3:42 hiiiiiiii can any one help me how to capture outgoing sms in android.. thank youbhavesh On Thu, May 20, 2010 at 4:33 PM, Nandan . <[email protected]> wrote: Hiiiiii. In android there is a�broadcast Receiver�for incoming SMS. but in my application i want to capture outgoing SMS through code it is�possible�in android. There is no any�Receiver�for outgoing SMS. �how can i implement to capture outgoing SMS. if any one have idea plz reply me.. Thank you very much With Regrads Bhavesh -- B!-!/-\\/!=$!-! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

