Back to project page anokicert.
The source code is released under:
GNU General Public License
If you think the Android project anokicert 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.mariotaku.anokicert; /* ww w .j a v a2s . c o m*/ public interface Constants { public static final String EXTRA_CERT_LIST = "cert_list"; public static final String EXTRA_FILE_EXTENSIONS = "file_extensions"; public static final int REQUEST_ENABLE_BT = 1; public static final int REQUEST_SELECT_DEVICE = 2; public static final int REQUEST_PICK_FILE = 3; }