I believe that sleep, and other blocking operations will throw an interruptedexception when interrupted. Keep that in mind.
I've tried the interrupt before while I was doing long blocking IO operations. It didn't work, I realized, because I was handling the exception as an IOException and retrying instead of exiting. Nathan -- 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

