[dev_arch_opt_3.0] 优化升级功能
This commit is contained in:
@@ -13,9 +13,15 @@ public class Config {
|
||||
public final static String downLoadPath = Environment.getExternalStorageDirectory().getAbsolutePath()
|
||||
+ "/downloads/";
|
||||
|
||||
/**
|
||||
* OBU下载路径
|
||||
*/
|
||||
public final static String downLoadObuPath = Environment.getExternalStorageDirectory().getAbsolutePath()
|
||||
+ "/obu/";
|
||||
|
||||
/**
|
||||
* OBU解压路径
|
||||
*/
|
||||
public final static String downLoadUnzipObuPath = Environment.getExternalStorageDirectory().getAbsolutePath()
|
||||
+ "/obuunzip/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user