On Sun, Mar 13, 2011 at 9:28 PM, lbendlin <[email protected]> wrote: > I was thinking about that whole process some more, and in order to > make it easier for users I thought I could immediately bring up the > email chooser when the crash report is ready. But it looks like > > startActivity(Intent.createChooser(intent, "Send crash report > via:")); > is not possible from within UncaughtExceptionHandler. Is there a way around > that? >
In the uncaught exception handler you can set a SharedPreference flag and check on main activity start. If it's set, the app crashed and you can do your thing. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

