Menu

Hide accessibility service's state.

Introduction

Accessibility services are widely used in automated task scenarios. For example, Auto.js is an automation tool based on accessibility services.

However, automation services based on accessibility have a significant problem: they are easily detected by apps, triggering risk control measures.

DuoPlus's RPA does not rely on accessibility services, resulting in lower risk of triggering risk control.

Solution

DuoPlus has implemented a feature to hide the enabled state of accessibility services from apps. Execute the following command to achieve this:

sh Copy
# This API only supports invocation via API calls and not via adb.
# This command is effective for Android 12 and 15.
# Separate multiple package names with commas.
hideAccb package_name1,package_name2
Previous
Dump UIAutomator XML
Next
Proxy
Last modified: 2025-07-21Powered by