Android Open Source - AndroidIPQQWry Consts






From Project

Back to project page AndroidIPQQWry.

License

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.

Java Source Code

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;
}




Java Source Code List

com.hu.qqwryand.Consts.java
com.hu.qqwryand.MainActivity.java
com.hu.qqwryand.PrepareFile.java
com.hu.qqwryand.QQWryAnd.java