3 个仓库
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.
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.
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.
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.