Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with minSdk 30+ #6

Open
robertlevonyan opened this issue Nov 6, 2020 · 12 comments
Open

Not working with minSdk 30+ #6

robertlevonyan opened this issue Nov 6, 2020 · 12 comments
Assignees
Labels
bug Something isn't working

Comments

@robertlevonyan
Copy link

The lib is not working with Scoped Storage API

@squti squti added the bug Something isn't working label Nov 7, 2020
@squti
Copy link
Owner

squti commented Nov 7, 2020

I will check this.

@robertlevonyan
Copy link
Author

Any news?

@squti
Copy link
Owner

squti commented Nov 10, 2020

@abkoradiya Could you fix this?

@abkoradiya
Copy link
Contributor

@robertlevonyan what issue you are facing?

@robertlevonyan
Copy link
Author

File API is not working on Android Q+ and if target API is 30. There is a new API called scoped storage.

@abkoradiya
Copy link
Contributor

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().

@robertlevonyan
Copy link
Author

You also have RandomAccessFile. It is also should be changed

@robertlevonyan
Copy link
Author

any news on this?

@abkoradiya
Copy link
Contributor

any news on this?

I have created pull request. But I don't have time right now to do review changes.

@robertlevonyan
Copy link
Author

I think you just need to merge PR and make a release, if you have already tested it :)

@abkoradiya
Copy link
Contributor

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.

@squti
Copy link
Owner

squti commented Nov 18, 2020

Yes it works but unfortunately the code is not clean so I had to reject PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants