|
|
|
@ -220,9 +220,9 @@ public class AppMaster {
|
|
|
|
|
postParams.add(new Pair<String, String>("maintainVersion", mService.getMasterAppVersion()));
|
|
|
|
|
|
|
|
|
|
postParams.add(new Pair<String, String>("simcard1", mService.getIccid(1)));
|
|
|
|
|
if (mService.isSeparateNetwork()) {
|
|
|
|
|
// if (mService.isSeparateNetwork()) {
|
|
|
|
|
postParams.add(new Pair<String, String>("simcard2", mService.getIccid(2)));
|
|
|
|
|
}
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
postParams.add(new Pair<String, String>("freeROM", getFreeROM()));
|
|
|
|
|
buildStats(startTime, postParams);
|
|
|
|
|