Back to project page AndroidCloud.
The source code is released under:
GNU General Public License
If you think the Android project AndroidCloud 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.twlkyao.utils; /*from ww w. j av a2 s . c om*/ public class SmsField { public static final String ADDRESS = "address"; public static final String PERSON = "person"; public static final String DATE = "date"; public static final String PROTOCOL = "protocol"; public static final String READ = "read"; public static final String STATUS = "status"; public static final String TYPE = "type"; public static final String REPLY_PATH_PRESENT = "reply_path_present"; public static final String BODY = "body"; public static final String LOCKED = "locked"; public static final String ERROR_CODE = "error_code"; public static final String SEEN = "seen"; }