Android-Wave-Recorder
Android-Wave-Recorder copied to clipboard
Not working with minSdk 30+
The lib is not working with Scoped Storage API
I will check this.
Any news?
@abkoradiya Could you fix this?
@robertlevonyan what issue you are facing?
File API is not working on Android Q+ and if target API is 30. There is a new API called scoped storage.
File API is not working on Android Q+ and if target API is 30. There is a new API called scoped storage.
yes we can change it using filedesriptor. till then you can use app directory using getFilesDir()
.
You also have RandomAccessFile. It is also should be changed
any news on this?
any news on this?
I have created pull request. But I don't have time right now to do review changes.
I think you just need to merge PR and make a release, if you have already tested it :)
I think you just need to merge PR and make a release, if you have already tested it :)
I have already tested it. it is working. but changes are remaining which are suggested by you.
Yes it works but unfortunately the code is not clean so I had to reject PR.