A SMS sender / receiver sample, receiver run in background and pop up a dialogue window while SMS received..
A-SMS-Receiver-Sender-sample is hosted in the following web site
https://github.com/gestapolur/A-SMS-Receiver-Sender-sample
If you think the Android project A-SMS-Receiver-Sender-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of A-SMS-Receiver-Sender-sample.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_SMS android.permission.SEND_SMS |
A-SMS-Receiver-Sender-sample has the following Java source files.
com.example.smstesttwo.SMS.java com.example.smstesttwo.SMSDisplayer.java com.example.smstesttwo.SMSReceiver.java com.example.smstesttwo.SMSReceiverService.java com.example.smstesttwo.SMSSenderFragment.java