This website works better with JavaScript.
Home
Explore
Help
Sign In
siebenhaarmi76624
/
MDT5_1_Ueberwachungssystem_G1
Watch
3
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Refactor
bk_video
Bastian Kohler
1 year ago
parent
aed079377f
commit
a493bafb79
1 changed files
with
0 additions
and
4 deletions
Split View
Show Diff Stats
0
4
app/src/main/java/com/example/ueberwachungssystem/Detection/DetectorService.java
+ 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);
}
Write
Preview
Loading…
Cancel
Save