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