Back to project page texting.
The source code is released under:
Free to use, distribute, do anything.
If you think the Android project texting 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.skk.texting.constants; public class ApplicationConstants{ public static final int MAX_RETRY_COUNT = 200; public static final String RECORDED_START_SWIPE = "START_SWIPE"; }