Hello, I am trying to send text messages from my app and using a physical device with Android 6.0 (Moto G 3rd generation), this is the code I use:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage("12345678" , null,"hello world" ,...
asked by
26.04.2016 / 01:54