Back to project page cmcc.
The source code is released under:
Apache License
If you think the Android project cmcc 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 net.gongmingqm10.cmcc.utils; /*ww w.j a va 2 s. co m*/ public class Constant { public final static String EXTRA_VOICE_REPLY = "extra_voice_reply"; public final static String CMD_YES = "cmd_yes"; public final static String CMD_NO = "cmd_no"; public final static String CMD_MAYBE = "cmd_maybe"; public final static String MESSAGE_RECEIVED_ACTION = "msg_received_action"; public final static String KEY_MESSAGE = "key_message"; public final static String KEY_EXTRAS = "key_extras"; }