We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am getting following issue after i change my target version to 30 (older version is 29),
com.kolonishare.AlbumSelectActivity$AlbumLoaderRunnable.run (AlbumSelectActivity.java:248) java.lang.Thread.run (Thread.java:923)
Issue in following code :
Cursor cursor = getApplicationContext().getContentResolver() .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, projection, null, null, MediaStore.Images.Media.DATE_ADDED);
I tried with following code but it not help me. (by using MediaStore.VOLUME_EXTERNAL_PRIMARY)
Cursor cursor = getApplicationContext().getContentResolver() .query(MediaStore.Images.Media.getContentUri(MediaStore.VOLUME_EXTERNAL_PRIMARY), projection, null, null, MediaStore.Images.Media.DATE_ADDED);
Please can you update your code after solving this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am getting following issue after i change my target version to 30 (older version is 29),
com.kolonishare.AlbumSelectActivity$AlbumLoaderRunnable.run (AlbumSelectActivity.java:248)
java.lang.Thread.run (Thread.java:923)
Issue in following code :
I tried with following code but it not help me. (by using MediaStore.VOLUME_EXTERNAL_PRIMARY)
Please can you update your code after solving this issue.
The text was updated successfully, but these errors were encountered: