• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Bundle Manager Subsystem Changelog
2
3## cl.bundlemanager.1 Prohibition of shortcutId Field Configuration via a Resource Index (Starting with $Character) in the Shortcut Configuration File
4
5**Access Level**
6
7Public API
8
9**Reason for Change**
10
11The [shortcutId field](https://gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/module-configuration-file.md#shortcuts) cannot be configured via a resource index (starting with **$**) in the application shortcut configuration file.
12
13**Impact of the Change**
14
15Application adaptation is required.
16
17Before change: **shortcutId** fields can be configured via a resource index (starting with **$**) in the application shortcut configuration file.
18
19After change: **shortcutId** fields cannot be configured via a resource index (starting with **$**) in the application shortcut configuration file.
20
21**Start API Level**
22
23API 8
24
25**Change Since**
26
27OpenHarmony 5.1.0.50
28
29**Key API/Component Changes**
30
31**shortcuts** in **module.json5**
32
33**Adaptation Guide**
34
35Do not configure **shortcutId** fields with a resource index (starting with **$**) in the application shortcut configuration file. Use a regular string (not starting with **$**) instead.
36