I'm trying to send an SMS with the following code:
final SmsManager smsManager = SmsManager.getDefault();
smsManager.sendTextMessage("phone", null, "Message", null, null);
But nothing happens, it runs the code, there is no error and it does not send SMS. Home Thank you very much in advance ! Home Greetings,