awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ereza/customactivityoncrashEreza 的头像

    Ereza/CustomActivityOnCrash

    3,759在 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
    在 GitHub 上查看↗3,759
  1. Home
  2. Operating Systems & Systems Programming
  3. Intent Redirection
  4. Android