I am looking for any working library for sending SMS directly from B4A code without user intervention . By using "Intet" , it need user action to click "Send" Button in messaging app. Dim In As Intent In.Initialize(In.ACTION_VIEW, "sms:" & number) In.PutExtra("sms_body", "this is...
www.b4x.com
Según indica Erel, podrías usar PhoneSms.Send de la librería Phone, y para que no se encendiera la pantalla, entiendo que deberías usar un servicio.