You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Android's scoped storage changes, media is being pushed toward ContentResolver.openFileDescriptor() rather than using the file path. Some refactoring will be necessary, but a SeekableByteChannel would be available from new FileInputStream(fd).getChannel().
The text was updated successfully, but these errors were encountered:
With Android's scoped storage changes, media is being pushed toward ContentResolver.openFileDescriptor() rather than using the file path. Some refactoring will be necessary, but a
SeekableByteChannel
would be available fromnew FileInputStream(fd).getChannel()
.The text was updated successfully, but these errors were encountered: