1 个仓库
Mechanisms for redirecting Android system intents to specific activities to override default system behavior.
Distinct from Intent Redirection: Specializes general intent redirection to the Android Activity framework specifically for crash handling.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Android. Refine with filters or upvote what's useful.
CustomActivityOnCrash is an Android crash handling library that replaces the default system crash dialog with a custom activity. It functions as an application recovery tool and error interface manager, designed to handle application failures gracefully. The library provides mechanisms to customize the visual appearance of error screens using specific themes and translated strings. It manages application stability by preventing infinite crash cycles through time-based loop prevention and configuring whether error screens launch during background execution. The tool includes capabilities for
Launches a specific custom activity using explicit intents to bypass the default Android system error dialog.