Is it possible to get to this screen programmatica...
# android
g
Is it possible to get to this screen programmatically?? I found
Copy code
val intent = Intent(Settings.ACTION_MANAGE_DEFAULT_APPS_SETTINGS)
startActivity(intent)
but the user still needs to click a few times and they probably don’t kno where. I want them to set it to always when they launch the app the first time
stackoverflow 3
google 1
Nice answers, like I didn't Google / used Stack overflow 🤦🏻