Application that receives SMS messages in android and re sent to a url in json format.
smsGateway is hosted in the following web site
https://github.com/javrod83/smsGateway
If you think the Android project smsGateway 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 smsGateway.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 10 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_SMS |
smsGateway has the following Java source files.
com.example.smsgateway.ReceiveSMSActivity.java com.example.smsgateway.TextMessageReceiver.java com.example.smsgateway.util.SystemUiHider.java com.example.smsgateway.util.SystemUiHiderBase.java com.example.smsgateway.util.SystemUiHiderHoneycomb.java