Pregunta

I currently have a fully functioning accessibility service that functions and all, I was wondering how to launch the accessibilities settings menu in order to enable the service for the first run of the app

¿Fue útil?

Solución

startActivity(new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS));

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top