See the description of Send method:
Send (PhoneNumber AsString, Text AsString)
Sends an Sms message. Note that this method actually sends the message (unlike most other methods that
create an intent object).
It means that you do not need to (and cannot) call StartActivity in this case.