문제

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