awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesIntent Redirection

Mechanisms for intercepting and redirecting system-level intents to alternative applications.

Distinct from System Automation Intents: None of the candidates cover Android-style intent redirection; they focus on AI instructions, logging, or decentralized coordination.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Intent Redirection. Refine with filters or upvote what's useful.

Awesome Intent Redirection GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jingmatrix/lsposedJingMatrix का अवतार

    JingMatrix/LSPosed

    11,494GitHub पर देखें↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Implements the ability to override default application handling for system intents to redirect actions to preferred applications.

    Javaandroidarthooklsposed
    GitHub पर देखें↗11,494
  • android/testing-samplesandroid का अवतार

    android/testing-samples

    9,297GitHub पर देखें↗

    This is a collection of sample projects that demonstrate how to write automated tests for Android applications. The samples cover a range of testing techniques, including simulating user interactions with the Espresso framework, verifying navigation and inter-component communication through intent interception, and managing activity, intent, and service lifecycles using reusable test rules. The repository provides concrete implementations for testing across multiple application windows, capturing screenshots during test execution for visual verification, and synchronizing test assertions with

    Captures outgoing intents or stubs incoming ones to verify navigation and inter-component communication in tests.

    Java
    GitHub पर देखें↗9,297
  • ereza/customactivityoncrashEreza का अवतार

    Ereza/CustomActivityOnCrash

    3,759GitHub पर देखें↗

    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

सब-टैग एक्सप्लोर करें

  • AndroidMechanisms 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.
  • Intent Interception for TestingCaptures outgoing intents or stubs incoming intents to verify navigation during Android tests. **Distinct from Intent Redirection:** Distinct from Intent Redirection: focuses on capturing and verifying intents for testing, not redirecting them to alternative applications.