Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add test case for android:isAccessibilityTool #3426

Merged
merged 2 commits into from
Nov 16, 2023
Merged

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
25 checks passed
@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.

None yet

2 participants