according to the document:

http://developer.android.com/reference/android/telephony/TelephonyManager.html#ACTION_PHONE_STATE_CHANGED

There should be a constant:
 Constant Value:   "android.intent.action.PHONE_STATE"

But I can't find it.  I used the eclipse IDE to modify
AndroidManifest.xml but adding an intent filter and the above constant
value does not exist.  Is this a bug in code or document?

There're some articles online explaining the usage of the constant but
I think they're no longer applicable?  Could anyone share an working
example for sdk 1.5 on catching a incoming call using TelephoneManager
and PhoneStateListener?

Thanks,

Zhao
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to