Pergunta

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

Foi útil?

Solução

startActivity(new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS));

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top