Android Open Source - SMS incoming android-sms-rpc






Project Summary

Android SMS gate. Can send messages after GET requests to phone and transmit incoming messages to external web service..

Web Site / Source Repository

android-sms-rpc is hosted in the following web site
https://github.com/aquaxp/android-sms-rpc

If you think the Android project android-sms-rpc listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of android-sms-rpc.

ItemValue
Java File Count10
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.READ_SMS
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.broadcast_sms




License

The license information of android-sms-rpc is as follows:

MIT License

Java Source Files

tk.aquaxp.smsgate.ApplicationTest.java
tk.aquaxp.smsgate.activity.MainActivity.java
tk.aquaxp.smsgate.asynctask.TransmitTask.java
tk.aquaxp.smsgate.receiver.BootBroadcastReceiver.java
tk.aquaxp.smsgate.receiver.SMSBroadcastReceiver.java
tk.aquaxp.smsgate.restapi.APIServer.java
tk.aquaxp.smsgate.restapi.NanoHTTPD.java
tk.aquaxp.smsgate.service.RPCService.java
tk.aquaxp.smsgate.util.NetUtils.java
tk.aquaxp.smsgate.util.RPC.java