. Android Developers Blog: Android send sms
Showing posts with label Android send sms. Show all posts
Showing posts with label Android send sms. Show all posts

Monday, 23 July 2012

Android Send and Receive Sms

Hello Friends , Today ,I am sharing a sample application in which we can send and received the sms. 1. SmsActivity.java package com.app; import android.app.Activity; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; import android.telephony.gsm.SmsManager; import android.telephony.gsm.SmsMessage; import android.view.View; import android.widget.Button; import android.widget.EditText; import...

 

Copyright @ 2013 Android Developers Blog.