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)
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)