Вопрос

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

Это было полезно?

Решение

startActivity(new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS));

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top