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...
asked by
14.07.2015 / 14:47