Back to project page KeepMySecret.
The source code is released under:
GNU General Public License
If you think the Android project KeepMySecret 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 keepmysecretapp.app.com.keepmysecretapp.other; /*from w w w. j a va2s .co m*/ public class Constants { public static final String ARG_SECTION_NUMBER = "section_number"; public static final String ARG_PARENT_NAME = "ARG_PARENT_NAME"; public static final String ARG_PARENT_ID = "ARG_PARENT_ID"; public static final int MAX_GROUP_NAME_LENGTH = 10; public static final String ENTRY_TITLE = "ENTRY_TITLE"; public static final String ENTRY_TYPE = "ENTRY_TYPE"; public static final String ENTRY_ID = "ENTRY_ID"; }