Tag Android

Andriod messaging: Radio Interface layer

Android SDK provides apis for sending sms and receiving SMS The two primary classes as part of  android.telephony package used for developing SMS application are 1)SMSManager 2)SMSMessage SMS Send : SMSManager class has api sendTextMessage(String destination_Address,String service_center address,String message, PendingIntent…