----- Original Message -----
From: "curtis" <[email protected]>
To: "Android Developers" <[email protected]>
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 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
content://sms/ ContentProvider. Its not officially supported but it
works, and it's not that hard to monitor SMS messages as they are
received and sent without stepping on the functionality of the default
Messaging app.
On Jun 7, 7:10 pm, Mark Murphy <[email protected]> wrote:
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 Murphy (a Commons
Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
I wasn't aware that this intent no longer exists. I was planning to use it
from a server to contact a phone whenever something relating to a users
interests changed. I want to use this instead of polling ever x number of
minutes. Is there another way of implementing a server to phone
communication?
--
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