Back to project page android.
The source code is released under:
MIT License
If you think the Android project android 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.felina.android; /* w ww. ja v a 2 s.c om*/ public final class Constants { public static final int REQUEST_LOGIN = 1001; public static final int REQUEST_IMAGE_CAPTURE = 1002; public static final int RETRY_LIMIT = 3; public static class Extra { public static final String CREDENTIAL_PREFS = "credentials"; public static final String CREDENTIAL_EMAIL = "email"; public static final String CREDENTIAL_PASSWORD = "pass"; public static final String CREDENTIAL_NAME = "name"; } }