1# Multimedia Changelog 2 3## cl.multimedia.1 Change of PhotoAccessHelper.getAlbums, UserFileManager.getAlbums, and UserFileManager.getPhotoAlbums 4 5**Access Level** 6 7System API 8 9**Change Reason** 10 11For privacy protection purposes, the capability of obtaining hidden albums is restricted since API version 11. To obtain hidden albums, use **getHiddenAlbums** with the required permissions. The APIs for obtaining albums cannot be used to obtain hidden albums. 12 13**Change Impact** 14 15This change is a non-compatible change. **PhotoAccessHelper.getAlbums**, **UserFileManager.getAlbums**, and **UserFileManager.getPhotoAlbums** can no longer be used to obtain hidden albums. Only the system APIs are affected. Adaptation is required for Gallery. Third-party apps are not affected. 16 17**Start API Level** 18 19API version 11 20 21**Change Since** 22 23OpenHarmony SDK <4.1.6.7> 24