1e41f4b71Sopenharmony_ci# Input Method Framework Subsystem – Input Method Framework Service Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci
4e41f4b71Sopenharmony_ci## @ohos.InputMethodSubtype Change of name, label, and id
5e41f4b71Sopenharmony_ciChanged the **name**, **label**, and **id** attributes since API version 9.
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ci**Change Impact**
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ciApplications must be adapted to the following changes.
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci| Name| Before Change| After Change|
12e41f4b71Sopenharmony_ci| -------- | -------- | -------- |
13e41f4b71Sopenharmony_ci| label | (1) Value: ID of the input method subtype.| (1) Value: Label of the input method subtype.|
14e41f4b71Sopenharmony_ci| name | (1) Description: Name of the input method subtype. (2) Value: Label of the input method subtype.| (1) Description: Bundle name of the input method; (2) Value: Bundle name of the input method.|
15e41f4b71Sopenharmony_ci| id | (1) Value: Bundle name of the input method.| (1) Value: ID of the input method subtype.|
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci**Adaptation Guide**
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ciUpdate the code to adapt to the preceding changes.
20