AccessibilityServiceHolder

Process-wide handle to the host app's DroidMcpAccessibilityService instance. Set automatically when the service connects to the system, cleared on disconnect / destroy. Tools call through this rather than relying on Context.getSystemService(AccessibilityService::class.java), which doesn't give back the running service instance.

Properties

Link copied to clipboard

The currently-bound service instance, or null when none is connected.

Functions

Link copied to clipboard