修复连接中有+导致的地址呗使用问题。

修复表重复创建导致的崩溃问题 https://github.com/AriaLyy/Aria/issues/264
This commit is contained in:
laoyuyu
2018-06-28 20:54:28 +08:00
parent ed8430e45c
commit 0a85477da3
8 changed files with 44 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ public class AnyRunnModule {
void start(String url) {
mUrl = url;
String path = Environment.getExternalStorageDirectory().getPath() + "/aaa.apk";
String path = Environment.getExternalStorageDirectory().getPath() + "/aaas.apk";
//File file = new File(path);
//if (file.exists()) {
// file.delete();