LogoOctoclip Docs

    Background Monitoring with Accessibility

    Not sure which method to use? Compare Shizuku / Accessibility / Root in the quick enable guide.

    This document describes how to enable background clipboard monitoring using the Accessibility Service, without requiring root privileges.

    Accessibility Service is a high-privilege Android permission

    The Android Accessibility Service is one of the most powerful permissions on Android — it is capable of reading on-screen text. Octoclip uses it only to observe clipboard change events and is not designed to read other screen content. Grant this permission only if you trust the app and understand what it can access.

    Configuration Procedure

    Go to this app → More → Source → Clipboard → Choose Authorization Method.
    The system will automatically navigate to the Choose Authorization Method screen.

    Select Authorize via Accessibility to begin the setup process.

    Follow the on-screen instructions to complete the following steps:

    1. Grant the Required Permissions

      • Notification
      • Display Over Apps
      • Battery Optimization
      • Accessibility

    2. After all permissions are granted, tap Done to activate clipboard monitoring.

    3. Enable the Background Monitoring switch to start background clipboard monitoring.

    Function Verification

    1. Return to the app’s main screen.
    2. Copy any text in another application.
    3. Reopen the app and confirm whether the clipboard content was successfully captured.

    FAQ

    Q: Accessibility Service is enabled, but some copied content is not being captured.
    Clipboard monitoring in Accessibility Mode is triggered by system accessibility events.
    Since some copy operations do not generate recognizable accessibility events,
    certain copy actions may not be detected.
    This is a normal limitation of the system mechanism.

    Conclusion

    In Accessibility Authorization Mode, the app provides background clipboard monitoring that requires no root access or command-line operations, with broad device compatibility.
    Because monitoring relies on system accessibility events, a small portion of copy operations may not be captured — this is a known limitation of the underlying mechanism and is expected behavior.

    Was this page helpful?