Bump pak version
This commit is contained in:
parent
8de7adae11
commit
7bdc2664d4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class InstallReceiver extends BroadcastReceiver {
|
||||||
extractPAK(context, true);
|
extractPAK(context, true);
|
||||||
}
|
}
|
||||||
public static SharedPreferences mPref = null;
|
public static SharedPreferences mPref = null;
|
||||||
private static final int PAK_VERSION = 5;
|
private static final int PAK_VERSION = 6;
|
||||||
public static synchronized void extractPAK(Context context, Boolean force) {
|
public static synchronized void extractPAK(Context context, Boolean force) {
|
||||||
InputStream is = null;
|
InputStream is = null;
|
||||||
FileOutputStream os = null;
|
FileOutputStream os = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue