I'm looking for a way to open the "default phone app dialog" in Marshmallow programmatically - I assume that I'm looking for the intent that should be called, something similar to android.provider.Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT
that I use to set my app as the default sms app.
Your help will be appreciated