zengjiebin пре 8 година
родитељ
комит
c1faf9be14
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

+ 2 - 2
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -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);