Is it possible to get the result code with a PendingIntent for a
Service or BroadcastReceiver?

(e.g. the result code from SmsManager send* methods)

Various PendingIntent.send methods send the result code with the
Intent, but only the Activity class seems to have a means to get this
result code, with onActivityResult.  Futher, this only seems to work
with PendingIntents created with Activity.createPendingResult, and not
with any of the static PendingIntent get* methods.  How do you get the
result code without onActivityResult?

Thanks,

Ron

--~--~---------~--~----~------------~-------~--~----~
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