Julio Vga
Julio Vga

Reputation: 163

AccessibilityService restarting on boot

Once an Accessibility Service is connected by the user, is it restarted automatically on boot/reboot? This seems to be the case on an app I'm modifying. Just want to be sure after I couldn't find any info in the official docs.

Upvotes: 1

Views: 626

Answers (1)

MobA11y
MobA11y

Reputation: 18870

This is expected behavior. If a user is relying on an assistive technology to use their device, they shouldn't have to start it up every time. Once it's on, it's on for good, unless it is intentionally shut off.

Upvotes: 3

Related Questions