Move an application to the Accessibility Applications page

14 Views Asked by At

I want to access the accessibility page for an application to help with ease of use

val intent = Intent("android.settings.ACCESSIBILITY_SETTINGS") 
startActivity(intent)
0

There are 0 best solutions below