|
|
@ -1219,7 +1219,7 @@ public class MpMasterService extends Service {
|
|
|
|
if (destPathFile.exists()) {
|
|
|
|
if (destPathFile.exists()) {
|
|
|
|
File dataPath = new File(destPathFile, "data");
|
|
|
|
File dataPath = new File(destPathFile, "data");
|
|
|
|
if (dataPath.exists()) {
|
|
|
|
if (dataPath.exists()) {
|
|
|
|
File file = new File(destPathFile, "App.json");
|
|
|
|
File file = new File(dataPath, "App.json");
|
|
|
|
if (file.exists()) {
|
|
|
|
if (file.exists()) {
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -1227,6 +1227,7 @@ public class MpMasterService extends Service {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
existed = false;
|
|
|
|
existed = false;
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
dataPath.mkdirs();
|
|
|
|
dataPath.mkdirs();
|
|
|
|
} catch (Exception ex) {
|
|
|
|
} catch (Exception ex) {
|
|
|
|