Back to project page OBS-Translation-App.
The source code is released under:
MIT License
If you think the Android project OBS-Translation-App 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.door43.obs.mta; /*from ww w .ja va 2 s . c om*/ /** * Main class for storing application constants */ public class ConstApp { /* CONSTANTS */ public static final String ENC_UTF_8 = "UTF-8"; /* FIELDS */ /* CONSTRUCTORS */ /* METHODS */ /* GETTERS AND SETTERS */ /* OBJECT METHODS */ }