Re: [android-developers] Re: APIs to access email accounts or SMS/MMS messages

2010-06-15 Thread Darrell Sullivan
- Original Message - From: curtis curtis.carm...@gmail.com To: Android Developers android-developers@googlegroups.com Sent: Thursday, June 10, 2010 2:23 PM Subject: [android-developers] Re: APIs to access email accounts or SMS/MMS messages I can understand why this functionality

[android-developers] Re: APIs to access email accounts or SMS/MMS messages

2010-06-10 Thread curtis
I can understand why this functionality was removed, but it's really frustrating that I wasted several hours looking for a dead api. Unless I'm missing something, the android documentation doesn't even list it as deprecated. Anyways, I had some success by registering a ContentObserver to the

[android-developers] Re: APIs to access email accounts or SMS/MMS messages

2010-06-07 Thread curtis
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 yuvidr...@gmail.com wrote: Hi, to get the received sms take a look

Re: [android-developers] Re: APIs to access email accounts or SMS/MMS messages

2010-06-07 Thread Mark Murphy
curtis wrote: 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 Correct, there is no way to receive SMS messages and stick to the SDK, unfortunately. -- Mark