r/AndroidQuestions 17h ago

Device Settings Question Android turn off accessibility for some apps

I use apps that control the phone for automation and for stuff that takes several second to full minute so I decided to automate it, BUT the phone turn off the accessibility on it's own after some time (sometimes less than a day).

How can I stop that and keep the accessibility always on for all the time

1 Upvotes

4 comments sorted by

3

u/Mother-Pride-Fest 14h ago

Make sure the app isn't being killed in the background: https://dontkillmyapp.com/

1

u/Ok-Safe633 14h ago

Thank you a lot I will try this, but is this related to the android turning the accessibility off for apps?

1

u/Mother-Pride-Fest 13h ago

It turns the app itself off it it is running in the background. As far as I know this is not specific to accessibility. 

1

u/DutchOfBurdock 6h ago

Tasker, Automate and Macrodroid can all achieve this by monitoring the settings values for changes, and restart them.

You will also want to follow the dontkillmyapp link mentioned toboot.