1e41f4b71Sopenharmony_ci# Multimedia Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.multimedia.1 APIs of @ohos.multimedia.movingphotoview Changed
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci**Access Level**
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ciSystem and public APIs
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci**Reason for Change**
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ciThis change is caused by the SysCap change of MovingphotoView, which is a Media Library capability component developed on the ArkUI framework. Specifically, the ownership of the MovingPhotoView component is changed from ArkUI to Media Library Kit, and SysCap of MovingPhotoView is changed from SystemCapability.ArkUI.ArkUI.Full to SystemCapability.FileManagement.PhotoAccessHelper.Core.
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**Change Impact**
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ciThis change is a non-compatible change. Only SysCap on which the APIs depend is adjusted, and the API usage is not affected.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ciBefore change:
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ciSysCap of the MovingPhotoView component must be SystemCapability.ArkUI.ArkUI.Full. To determine whether a device supports the MovingPhotoView component, use **canIUse("SystemCapability.ArkUI.ArkUI.Full")**.
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ciAfter change:
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ciSysCap of the MovingPhotoView component must be SystemCapability.FileManagement.PhotoAccessHelper.Core. To determine whether a device supports the MovingPhotoView component, use **canIUse("SystemCapability.FileManagement.PhotoAccessHelper.Core")**.
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ci**Start API Level**
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ci12
28e41f4b71Sopenharmony_ci
29e41f4b71Sopenharmony_ci**Change Since**
30e41f4b71Sopenharmony_ci
31e41f4b71Sopenharmony_ciOpenHarmony SDK 5.0.0.27
32e41f4b71Sopenharmony_ci
33e41f4b71Sopenharmony_ci**Key API/Component Changes**
34e41f4b71Sopenharmony_ci
35e41f4b71Sopenharmony_ciAll APIs of the @ohos.multimedia.movingphotoview module.
36e41f4b71Sopenharmony_ci
37e41f4b71Sopenharmony_ci**Adaptation Guide**
38e41f4b71Sopenharmony_ci
39e41f4b71Sopenharmony_ciThe device-define of the SDK contains both SystemCapability.ArkUI.ArkUI.Full and SystemCapability.FileManagement.PhotoAccessHelper.Core, or does not contain either of them. Generally, the code involving the MovingPhotoView component does not need to be adapted. If the **canIUse()** API is used in your code to check whether the MovingPhotoView component is supported, you need to change SysCap passed in by the API.
40