<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
Sending SMS in Android
<p>SMS in the Android application can be sent in two ways using SMS manager API which will directly send SMS from the app and one can use permission send_SMS. SMS can be sent by another method in Android using intent which is a messaging object used to request an action from another app component like activities, services, broadcast, receivers and content providers. To know more about <a href="https://www.androidaura.com/android/send-sms"><strong>sending SMS in Android</strong></a> details connect at the website.</p>