1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog 2e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Maximum Length Allowed for bundleName in the Application Installation Package Changed to 128 Characters 3e41f4b71Sopenharmony_ci 4e41f4b71Sopenharmony_ciDuring application installation, the bundle manager subsystem verifies the length of **bundleName** in the installation package. The maximum length allowed is changed from 127 characters to 128 characters. 5e41f4b71Sopenharmony_ci 6e41f4b71Sopenharmony_ci**Change Impact** 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ciBefore the change, the maximum length allowed for **bundleName** in the installation package is 127 characters. If the length of **bundleName** is greater than or equal to 128 characters, the system reports an error and the application cannot be installed. 9e41f4b71Sopenharmony_ci 10e41f4b71Sopenharmony_ciAfter the change, the maximum length allowed for **bundleName** in the installation package is 128 characters. If the length of **bundleName** is 128 characters, the application can be installed. If the length is greater than 128 characters, the system reports an error and the application cannot be installed. 11e41f4b71Sopenharmony_ci 12e41f4b71Sopenharmony_ci**Key API/Component Changes** 13e41f4b71Sopenharmony_ci 14e41f4b71Sopenharmony_ciN/A 15e41f4b71Sopenharmony_ci 16e41f4b71Sopenharmony_ci**Adaptation Guide** 17e41f4b71Sopenharmony_ci 18e41f4b71Sopenharmony_ciNo adaptation is required.