This commit is contained in:
Bastian Kohler 2023-06-20 11:16:26 +02:00
parent aed079377f
commit a493bafb79

View File

@ -34,12 +34,8 @@ public class DetectorService extends LifecycleService {
passToServiceListener(detectionReport);
}
});
audioRecorder = new AudioRecorder(this);
isServiceRunning = true;
return super.onStartCommand(intent, flags, startId);
}