Browse Source

Refactor

bk_video
Bastian Kohler 11 months ago
parent
commit
a493bafb79

+ 0
- 4
app/src/main/java/com/example/ueberwachungssystem/Detection/DetectorService.java 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);
}


Loading…
Cancel
Save