1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function getSync(key: string, def?: string): string;|@ohos.systemParameterEnhance.d.ts| 4|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function get(key: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts| 5|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function get(key: string, def: string, callback: AsyncCallback\<string>): void;|@ohos.systemParameterEnhance.d.ts| 6|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function get(key: string, def?: string): Promise\<string>;|@ohos.systemParameterEnhance.d.ts| 7|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function setSync(key: string, value: string): void;|@ohos.systemParameterEnhance.d.ts| 8|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function set(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.systemParameterEnhance.d.ts| 9|Added|NA|Class name: systemParameterEnhance;<br>Method or attribute name: function set(key: string, value: string): Promise\<void>;|@ohos.systemParameterEnhance.d.ts| 10|Deprecated version changed|Class name: Device;<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>Old version: |Class name: Device;<br>Method or attribute name: static getInfo(options?: GetDeviceOptions): void;<br>New version: 6<br>Substitute API: |@system.device.d.ts| 11