Back to project page chat.android.
The source code is released under:
GNU General Public License
If you think the Android project chat.android 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 org.chat.android; public class ChatUtil { public static final String SYNC_TYPE_STANDARD = "standard"; public static final String SYNC_TYPE_PULL_ALL = "pullAll"; public static final String SYNC_TYPE_ASSET_SYNC = "assetSync"; }