2

What i want to achieve here that user enable accessibility for my app i tried to program it but it's seems not quite easy i did also some research but nothing helpful.

How to Programmatically Enable/Disable Accessibility Service in Android

How can I start the Accessibility Settings Page of my APP in Android?

I can open accessibility menu from here

Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
startActivity(intent);

but how can i send user to this path as intent Additional settings/Accessibility/MYAPPNAME

0 Answers0