fun Context.makeCall(number: String): Boolean
Makes call to given phone number
number
- : Phone number to call
Return
Boolean indicating whether this activity is available or not. Usually when there is a
handler available for making call, this method will start activity and return true
. When
there is no Intent Handlers available, it returns false
.