I developed an application in Android 2.1 that utilizes the "setResultData()" code. In 2.1, this code would change the outgoing number being called to a new outgoing number and then complete the call.
This method works in the Android 2.2 simulator, but on a device with 2.2, this code is totally ignored. I have searched the documentation and there is no mention of any change to the "setResultData()" code. I found that I can set an extra intent to start an activity to accomplish similar results, but since I am doing this setResultData() in a broadcast receiver, the extra intent does not allow me to control the activity that is started. Any help would be appreciated. -- 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