I have my phone number at TextView and want to open "Intent-picker" to choose application that I want to call with(Skype, Viber...) or just dial to call it.
Intent callIntent = new Intent(Intent.ACTION_CALL); calls instantly so it doesn't help me.