SMS receiver and potentialy responder using an Android device.
sms_service is hosted in the following web site
https://github.com/FreiMarkt/sms_service
If you think the Android project sms_service 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 sms_service.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpiv11, mdpi, ldpi, ldpiv11, hdpi, hdpiv9, ldpiv9, xhdpi, mdpiv9, xhdpiv9, hdpiv11, xhdpiv11] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WAKE_LOCK com.google.android.c2dm.permission.RECEIVE com.google.android.gcm.demo.app.permission.C2D_MESSAGE |
There are 1 image files in sms_service. The names of the image files are listed as follows.
ic_stat_gcm.png
The following screenshort is generated from the image listed above.
sms_service has the following Java source files.
com.google.android.gcm.demo.app.DemoActivity.java com.google.android.gcm.demo.app.GcmBroadcastReceiver.java com.google.android.gcm.demo.app.GcmIntentService.java com.google.android.gcm.demo.app.SMSReceiver.java com.google.android.gcm.demo.app.SMSSender.java