Accessibility Service Is Turned Off Automatically On Each Run Since Android Studio 3.5
Since I update Android Studio to 3.5, when I launch a Run to build and deploy my app, my custom accessibility service is turn off automatically (not a crash, just turn off within t
Solution 1:
What's happening is that Studio force-stops the service before reinstalling the new version. I don't think it's possible to disable that unfortunately.
Command-line installation doesn't follow the same process, so it doesn't disable the service.
Post a Comment for "Accessibility Service Is Turned Off Automatically On Each Run Since Android Studio 3.5"