AccessibilityServiceHolder
object 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.