2 مستودعات
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 2 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.