Runt
2022-12-31 c7530f1a595883f815b9689dbd3a8159e8d6bd30
app/src/main/java/com/auto/lyric/MainActivity.java
@@ -136,7 +136,7 @@
                    startActivity(intent);
                }else{//开启监听服务
                    startService(floatService);
                    startService(new Intent(this,AutoInputService.class));
                    //startService(new Intent(this,AutoInputService.class));
                }
                //startService(floatService);
            }