Back to project page AndroidIPQQWry.
The source code is released under:
Apache License
If you think the Android project AndroidIPQQWry 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.hu.qqwryand; //from w w w.j a va 2s. c o m /** * ???????? * @author HZY * */ public class Consts { public static final String fileMD5 = "C630D14827E2135CD93366FFF9D0A400"; public static final int bufferSize = 0x400000; public static final String assetName = "qqwry.7z"; public static final String fileName = "qqwry.dat"; public static final String sdDir = "qqwry"; public static final int msgFileOk = 0; public static final int msgHandleFileStart = 1; public static final int msgHandleFileEnd = 2; public static final int msgHandleFileError = 3; public static final int msgLevelFinish = 4; }