Geert
10/07/2020, 12:55 PMval 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 timeGeert
10/07/2020, 4:23 PM