Hi, I have a question about the availability of the extras in an intent passed to Service.onBind(). The documentation at http://developer.android.com/reference/android/app/Service.html#onBind(android.content.Intent) specifically states "Note that any extras that were included with the Intent at that point will not be seen here.". However, extras are available (emulator, SDK 1.5).
Is the documentation off/outdated and are the extras available intentionally, or are they unintentionally exposed to the onBind method? Can we rely on extras remaining available at this point? Regards, Gert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

