1# Bundle Manager Subsystem Changelog
2
3## cl.bundlemanager.1 Field fileContextMenu Changed in HapModuleInfo
4
5**Access Level**
6
7Public
8
9**Reason for Change**
10
11The field name is difficult to understand.
12
13**Change Impact**
14
15This change is an incompatible change. You need to change **fileContextMenu** in your code to **fileContextMenuConfig**. The meaning and usage of the field remain unchanged.
16
17**API Level**
18
1911
20
21**Change Since**
22
23OpenHarmony SDK 4.1.6.3
24
25**Key API/Component Changes**
26
27The **fileContextMenu** field in **HapModuleInfo** is changed to **fileContextMenuConfig**.
28
29**Adaptation Guide**
30
31If used, change **fileContextMenu** in your code to **fileContextMenuConfig**.
32