awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAndroid

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.

Awesome Android GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ereza/customactivityoncrashAvatar de Ereza

    Ereza/CustomActivityOnCrash

    3,759Voir sur GitHub↗

    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.

    Java
    Voir sur GitHub↗3,759
  1. Home
  2. Operating Systems & Systems Programming
  3. Intent Redirection
  4. Android