|
|
|
@ -390,6 +390,9 @@ public class MpMasterService extends Service {
|
|
|
|
|
public boolean shouldSyncTime() { return mSyncTime; }
|
|
|
|
|
|
|
|
|
|
public void startMpApp() {
|
|
|
|
|
if (true) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
try {
|
|
|
|
|
final Context context = getApplicationContext();
|
|
|
|
|
long ts = System.currentTimeMillis();
|
|
|
|
|