There is one more SMS_RECIEVED....unable to find this also..

On May 27, 8:53 pm, Rob Franz <[email protected]> wrote:
> I think IntentReceiver became BroadcastReceiver like in 1.1?  I can't
> remember.
>
> On Wed, May 27, 2009 at 9:51 PM, havexz <[email protected]> wrote:
>
> > I have looking for something and found these inconsistencies in the
> > online documentation
>
> > This is a snippet from FAQ section
>
> >http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
> >        NotificationManager nm = (NotificationManager)
> >        context.getSystemService(Context.NOTIFICATION_SERVICE);
> >        nm.notifyWithText(R.id.alarm,
> >                          "Alarm!!!",
> >                          NotificationManager.LENGTH_SHORT,
> >                          null);
>
> > Now when I try to find the 'notifyWithText' api, I could not find it.
>
> > Another example is IntentReciever. I just want to know is this class
> > exists? As I found code in this forum itself using IntentReciever, but
> > I cant find this class in the doc.
>
> > And why standard intents like action
> > android:name="android.provider.Telephony.SMS_RECEIVED are not
> > documented?
--~--~---------~--~----~------------~-------~--~----~
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