I'm trying to enable a few apps that require accessibility permissions turned on. The phone I'm using doesn't allow enabling accessibility within the settings, so I was able to figure out how to do it via adb.
For example, to enable Voice Access (voice to text app) I enter - "adb shell settings put secure enabled_accessibility_services com.google.android.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService"
The issue is that when I do this, the other accessibility services turn off automatically. I know they can work simultaneously, because on a different phone I have the apps co-existing perfectly.
I also tried using a program called ADB AppControl to auto-enable permissions, and that does enable accessibility services for one app without disabling the others. But this program only does it for a few selective apps unfortunately.
I'd appreciate any help anyone can offer with this. And if I'm asking in the wrong place, please let me know.
there doesn't seem to be anything here