ssozonoff wrote: > Hello, > > Is is possible to get back a result intent when launching an Intent > from a Notification? > > Similar to the way startActivityForResult() works ?
Not directly -- there is nothing to receive the "result intent". Whatever the user launches from the Notification, though, can arrange to broadcast Intents or something to achieve a similar effect. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 2.x Programming Books: http://commonsware.com/books -- 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

