Explorar el Código

删除多余启动

zengjiebin hace 8 años
padre
commit
c1faf9be14
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);