This question is quite similar to other.
However there is still no solution.
I am using the below code to jump to the accessibility settings page.
Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
startActivityForResult(intent, REQUEST_USAGE_SETTING);
Instead of jump to main accessibility settings page, i would like to take the user to the settings page of my app.