Help Me....how do I use this code using activity starter?

 Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
       startActivityForResult(intent, REQUEST_USAGE_SETTING);

how do i use this code using activity starter?
pls help me

Try

action= android.settings.ACTION_ACCESSIBILITY_SETTINGS

tried.. but not working.
Error 601: No corresponding activity was found

pls tell me how to open setting using activity starter

This works

android.settings.ACCESSIBILITY_SETTINGS

ref

Thank you So much Sir.. this works

But how to show my app on accessibility setting??

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.