Question

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

Was it helpful?

Solution

startActivity(new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS));

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top