How to change Exception message, "The application ... has stopped unexpectedly. Please try again later.”
Is there any way to modify the generic Android Exception message "The application ... has stopped unexpectedly. Please try again later.” to displ开发者_开发知识库ay something more meaningful to the user?
What about implementing your own UncaughtExceptionHandler.
See this question for some ideas:
How do I obtain crash-data from my Android application?
精彩评论