https://stackoverflow.com/questions/29367093/how-can-i-start-the-accessibility-settings-page-of-my-app-in-android Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS); startActivity(intent);