-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 on Android 10 and up (Invalid column audio._id AS _id) #469
Comments
Yes it is a big problem |
Here is a shot to fix the problem |
I had a similar problem when working on my music player, I could not access all music files in android 10 or higher, this is how I fixed it. ` <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE />"
adding these helped |
you can check pull requests i upload the fix |
The text was updated successfully, but these errors were encountered: