I have found the way to send SMS using the Android.Telephony.Gsm.SmsManager class but for the life of me I can’t find how to initiate a call. Is it only possible through an intent?
I have found the way to send SMS using the Android.Telephony.Gsm.SmsManager class but for
Share
You can initiate a call only in 2 ways, using
Intent.ActionDialorIntent.ActionCall.Why the way with
Intentis bad ?