How to send SMS to user entered phone number KOTLIN

This not Kotlin related, but if I recall correctly it is locked to the main SMS app for preventing SMS messages being sent to premium numbers belonging to the programmers. You can use an intent to create a message for the user to send. Otherwise use an SMS provider service on the Internet

2 Likes