java.lang.UnsupportedOperationException Albums cannot be directly modified
问题 How to update album metadata of audio file in Android Q media store? I tried the answer suggested, https://stackoverflow.com/a/60152702/4732846, it worked. But this works for individual tracks. If I use the same logic and form the uri for albums, val uri = ContentUris.withAppendedId(MediaStore.Audio.Albums.EXTERNAL_CONTENT_URI, albumId) and try to edit. I get this exception. java.lang.UnsupportedOperationException Albums cannot be directly modified This is the closest link that I could find