Hi, I've got two apps that process calls great independently, but I'm having trouble getting them to play nice together. I've set the priorities on their intent filters so that they get the broadcast in the right order, but when I process with the first one and set the result, the second process doesn't get the result, it gets the original. I've also tried changing the intent extra to see if that would help (with and without setResultData) and it doesn't.
More rigorously, what I want to do is: B(A(x)) = z where A(x) = y B(y) = z But instead it just seems to drop out with the first receiver that sets the data. Ideas? -- 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

