i am trying to record from the microphone in the service and when ever i try to start recording i got permission exception
i am already initialized the audiostreamer
i have tried to add premission to the manifest editor but with no luck what could be the problem ?
java.lang.RuntimeException: java.lang.IllegalStateException: startRecording() called on an uninitialized AudioRecord.
i am already initialized the audiostreamer
B4X:
Sub Service_Create
audioStream.Initialize2(1, "AudioStream", 8000, True, 16, audioStream.VOLUME_MUSIC)
End sub
i have tried to add premission to the manifest editor but with no luck what could be the problem ?