Skip to content

Conversation

iBotPeaches
Copy link
Owner

refs: #3425

@pierluigicdc
Copy link

The option "isAccessibilityTool" must be placed here:

  1. Inside the manifest file:
    <application android:label="AccessibilityDemo" android:isAccessibilityTool="true">

  2. inside accessibility service resource file:

        <service
            <meta-data
                android:resource="@xml/resource_file" />
        </service>

resource_file content:

<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
     ...
    android:isAccessibilityTool="true"
    ... />

Thanks.

@iBotPeaches
Copy link
Owner Author

Extended PR for that as well - same deal, not able to replicate an issue thus far.

@iBotPeaches iBotPeaches merged commit bf1041e into master Nov 16, 2023
@iBotPeaches iBotPeaches deleted the issue-3425 branch November 16, 2023 10:58
@iBotPeaches iBotPeaches added this to the v2.9.1 milestone Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants