Well even with waitForDebugger() I wasn't able to get it to stop in onCreate() nor onResume() in my activity.
However, I WAS able to get it to *stop *in the 'Done' button push I had on my UI. At that point however, I don't see the Phone activity that called it since it is in a different process. Flow of control: - I have an activity that is triggered via com.android.phone.CallFeaturesSettings.CONFIGURE_VOICEMAIL. - From the OS, I do *Settings->Call Settings->Voicemail Settings.* - This brings up my personalized dialog. I am not able to stop in onCreate() nor onResume(), but with the Done button yes it stops. - I am interested in what happens in the activity that com.android.phone process is doing AFTER this, but, like I said, this appears to be happening in a different process. -- 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

