This tutorial is dead. The android.provider.Telephony.SMS_RECEIVED intent appears to have been removed sometime ago and it doesn't look like its been replaced by anything comparable
curtis. On Jun 3, 1:00 pm, Yuvi <[email protected]> wrote: > Hi, > > to get the received sms take a look > here:http://www.anddev.org/novice-tutorials-f8/recognize-react-on-incoming... > Unfortunately there is no analogous way to listen for sent messages...AFAIK. > > Yuvi > > On Thu, Jun 3, 2010 at 6:02 PM, Nando Android <[email protected]>wrote: > > > > > > > I am interested on that too. > > > But what I want to do is to know how many SMS messages were sent and > > received. > > > That is, I need to know stats. Is it possible? > > > Thanks. > > > On Mon, May 24, 2010 at 6:54 PM, sojan P.R. <[email protected]> wrote: > > >> What you want to do..reading emails and doing something automatically? I > >> think it is not possible from application level. > >> You can listen to an sms port for that..just look some push registery > >> samples. > > >> If you only want to show the SMS in your application ...i think it is > >> better to open the installed client using intents. > > >> On Mon, May 24, 2010 at 5:47 PM, Mark Murphy > >> <[email protected]>wrote: > > >>> San wrote: > >>> > Does anyone know if there is an API available to access all SMS > >>> > messages as well as emails in the inbox? > > >>> There is nothing in the Android SDK for either of these. > > >>> While there are applications frequently available on Android devices for > >>> these functions (SMS, Email, Gmail), device manufacturers can and do > >>> replace them with other applications. Also, users can elect to download > >>> and install their own email clients (e.g., K9). > > >>> -- > >>> Mark Murphy (a Commons Guy) > >>>http://commonsware.com|http://github.com/commonsguy > >>>http://commonsware.com/blog|http://twitter.com/commonsguy > > >>> Android Training in NYC: 4-6 June 2010:http://guruloft.com > > >>> -- > >>> 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]<android-developers%2Bunsubs > >>> [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]<android-developers%2Bunsubs > >> [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]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > YuviDroidhttp://android.yuvalsharon.net -- 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

