Dianne, I'm sorry for sent one private mail because of mistake
operation.
-----
Since i want to make a broadcast receiver to response SMS/MMS,
i saw most solution was add a intent-filter like below:
<intent-filter>
    <action android:name="android.provider.Telephony.SMS_RECEIVED" />
</intent-filter>
But i can't find thie action name in sdk reference, was it old
version?
How can i find useful actions for my intent-filter, for example:
receive sms.
Thank you.

On Sep 11, 11:07 am, Dianne Hackborn <[email protected]> wrote:
> Um m5 is ancient.  You should never ever be using application package names,
> these are always free to change or be replaced by another vendor's app.
>
> On Thu, Sep 10, 2009 at 7:29 PM, Pentiumao <[email protected]> wrote:
>
> > Hi everyone:
> >  I'm developing one message application with sdk 1.5, noticed that
> > some package just like "com.google.android.mms" can not be found
> > anymore but which could be found in version m5-rc15. Did it be removed
> > or something else? Thanks
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to