|
|
@@ -766,8 +766,8 @@ public class Jump2View {
|
|
|
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
|
|
context.startActivity(intent);
|
|
|
|
|
|
- Intent intent2 = new Intent(context, MonitorAppService.class);
|
|
|
- context.startService(intent2);
|
|
|
+// Intent intent2 = new Intent(context, MonitorAppService.class);
|
|
|
+// context.startService(intent2);
|
|
|
}
|
|
|
});
|
|
|
builder.setCancelable(false);
|