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); | ||||
} | } | ||||