Browse Source

Refactor

bk_video
Bastian Kohler 1 year ago
parent
commit
a493bafb79

+ 0
- 4
app/src/main/java/com/example/ueberwachungssystem/Detection/DetectorService.java View File

passToServiceListener(detectionReport); passToServiceListener(detectionReport);
} }
}); });

audioRecorder = new AudioRecorder(this); audioRecorder = new AudioRecorder(this);


isServiceRunning = true; isServiceRunning = true;

return super.onStartCommand(intent, flags, startId); return super.onStartCommand(intent, flags, startId);
} }



Loading…
Cancel
Save