Eleven: Fix renaming playlists
* Currently it gives the following error: Movement of content://media/external/audio/playlists which isn't part of well-defined collection not allowed * Looking at https://android.googlesource.com/platform/packages/providers/MediaProvider/+/refs/heads/master/src/com/android/providers/media/MediaProvider.java#5247 shows, that an update can only happen for AUDIO_PLAYLISTS_ID -> Do exactly that * Fixes parts of https://gitlab.com/LineageOS/issues/android/-/issues/3531 * Test - Before: Renaming crashes the app - After: Rename succeeds Change-Id: Id3d6caab10c07da1d1612f9790e8c6ac8ecda6f5
Loading
Please register or sign in to comment