Back to project page mint.
The source code is released under:
GNU General Public License
If you think the Android project mint 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.gmail.altakey.mint.konst; public class ConfigKey { public static final String USER_ID = "user_id"; public static final String USER_PASSWORD = "user_password"; public static final String RESET_NOTIFICATIONS = "reset_notifications"; }