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

Automation: Better return behaviour after accessibility operations #1156

Merged
merged 1 commit into from
May 1, 2024

Conversation

d4rken
Copy link
Member

@d4rken d4rken commented May 1, 2024

Instead of back-button presses (i.e. GLOBAL_ACTION_BACK) that don't work reliably on Android 14 anymore, we use intent navigation to return to SD Maid at the end. So far, this proved reliable on API29, API31 and API34. Opening the system settings activity was quick, and returning to SD Maid was quick too. No extra activity remained in the task-switcher.

Instead of back-button presses (i.e. `GLOBAL_ACTION_BACK`) that don't work reliably on Android 14 anymore, we use intent navigation to return to SD Maid at the end.
So far, this proved reliable on API29, API31 and API34.
Opening the system settings activity was quick, and returning to SD Maid was quick too. No extra activity remained in the task-switcher.
@d4rken d4rken added bug Something isn't working as expected enhancement New feature, request, improvement or optimization Automation Accessibility service related api: 34 A14 (Upside Down Cake) labels May 1, 2024
@d4rken d4rken merged commit 1f9c090 into main May 1, 2024
16 checks passed
@d4rken d4rken deleted the acs_return_behavior branch May 1, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: 34 A14 (Upside Down Cake) Automation Accessibility service related bug Something isn't working as expected enhancement New feature, request, improvement or optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant