awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ereza/customactivityoncrashالصورة الرمزية لـ Ereza

    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