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.
DuoPlus has implemented a feature to hide the enabled state of accessibility services from apps. Execute the following command to achieve this:
# 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