How To Direct Users For Enabling Accessibility Service For My App
I know It's impossible to enable the Accessibility service for apps programmatically, so I'd like to direct users to this screen: System settings --> Accessibility --> app na
Solution 1:
You can get them to the Accessibility screen on most devices using ACTION_ACCESSIBILITY_SETTINGS
. However:
Post a Comment for "How To Direct Users For Enabling Accessibility Service For My App"