Grails/Android Project to send SMS form a web site using a android device, using the Google Cloud Message to comunicate betwen applications.
SmsGcm is hosted in the following web site
https://github.com/oscarks/SmsGcm
If you think the Android project SmsGcm 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 SmsGcm.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [mdpiv11, ldpi, mdpi, ldpiv11, hdpiv9, ldpiv9, hdpi, xhdpi, mdpiv9, hdpiv11, xhdpiv9, xhdpiv11] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | gcm-server.jar gcm.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WAKE_LOCK br.com.acception.smsgcm.client.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
There are 1 image files in SmsGcm. The names of the image files are listed as follows.
ic_stat_gcm.png
The following screenshort is generated from the image listed above.
SmsGcm has the following Java source files.
br.com.acception.smsgcm.client.CommonUtilities.java br.com.acception.smsgcm.client.GCMIntentService.java br.com.acception.smsgcm.client.ServerUtilities.java br.com.acception.smsgcm.client.SmsGcmActivity.java