Back to project page smsgcm-client.
The source code is released under:
Apache License
If you think the Android project smsgcm-client listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.omgren.apps.smsgcm.common; //w w w .java 2s .c om public class SmsMessageDummy { public String message; public String name; public String address; public Long time; public SmsMessageDummy(){ //nada } }