You can't adjust the timeout. If the ANR dialog gets in the way when your app is suspended during a breakpoint, that's probably a bug in the Android SDK framework. If it "pops up" generically when your program is running normally and you just want it to go away, you can't do that - you have to make your app more responsive.
On Apr 28, 7:24 am, Meryl Silverburgh <[email protected]> wrote: > In the follow blog, it talks about Application Not Responding (ANR) dialog > > http://developer.android.com/guide/practices/design/responsiveness.html > > Can you please tell me where in the code which pop up this Application > Not Responding (ANR) dialog? Or how can I adjust the timer for this > dialog so that it won't pop up during debugging? > > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

