Back to project page info-mailer.
The source code is released under:
MIT License
If you think the Android project info-mailer 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 hu.thewolf.infomailer; public interface CONSTANTS { public static final String SEP = "<br/>"; public static final String DATEFORMAT = "yyyy.MM.d k:mm:ss"; }