提交 a46878e1 编写于 作者: G gloria

updated release-notes against 12031 and other issues

Signed-off-by: Ngloria <80926032@qq.com>
上级 15869a26
......@@ -99,9 +99,9 @@ This release provides the following new and enhanced features based on OpenHarmo
For details, see:
- [JS API Differences](api-change/v2.2-beta2/js-apidiff-v2.2-beta2.md)
- [JS API Differences](api-diff/v2.2-beta2/js-apidiff-v2.2-beta2.md)
- [Native API Differences](api-change/v2.2-beta2/native-apidiff-v2.2-beta2.md)
- [Native API Differences](api-diff/v2.2-beta2/native-apidiff-v2.2-beta2.md)
## Resolved Issues
......
......@@ -127,7 +127,7 @@ This version has the following updates to OpenHarmony 2.2 Beta2.
### API Updates
For details, see [JS API Differences](api-change/v3.0-LTS/js-apidiff-v3.0-lts.md).
For details, see [JS API Differences](api-diff/v3.0-LTS/js-apidiff-v3.0-lts.md).
### Chip and Development Board Adaptation
......
# OpenHarmony 3.0.7 LTS
## Version Description
OpenHarmony 3.0.7 LTS is a maintenance version of OpenHarmony 3.0 LTS. It has rectified certain issues detected in OpenHarmony 3.0.6 LTS.
## Version mapping
**Table 1** Version mapping of software and tools
| Software/Tool| Version| Remarks|
| -------- | -------- | -------- |
| OpenHarmony | 3.0.7 LTS| NA |
| (Optional) HUAWEI DevEco Studio| 3.0 Beta3 for OpenHarmony | Recommended for developing OpenHarmony applications|
| (Optional) HUAWEI DevEco Device Tool| 3.0 Release | Recommended for developing OpenHarmony smart devices|
## Source Code Acquisition
### Prerequisites
1. Register your account with Gitee.
2. Register an SSH public key for access to Gitee.
3. Install the [git client](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading), and configure user information.
```
git config --global user.name "yourname"
git config --global user.email "your-email-address"
git config --global credential.helper store
```
4. Run the following commands to install the **repo** tool:
```
curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo # If you do not have the permission, download the tool to another directory and configure it as an environment variable by running the chmod a+x /usr/local/bin/repo command.
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
```
### Acquiring Source Code Using the repo Tool
**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have an SSH public key for access to Gitee.)
```
repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0.7-LTS --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
**Method 2**: Use the **repo** tool to download the source code over HTTPS.
```
repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0.7-LTS --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
### Acquiring Source Code from Mirrors
**Table 2** Mirrors for acquiring source code
| LTS Code| Version| Mirror| SHA-256 Checksum|
| -------- | -------- | -------- | -------- |
| Full code base (for mini, small, and standard systems)| 3.0.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/code-v3.0.7-LTS.tar.gz)| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/code-v3.0.7-LTS.tar.gz.sha256)|
| Standard system Hi3516 solution (binary)| 3.0.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/standard.tar.gz)| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/standard.tar.gz.sha256)|
| Mini system Hi3861 solution (binary)| 3.0.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_pegasus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_pegasus.tar.gz.sha256) |
| Small system Hi3516 solution - LiteOS (binary)| 3.0.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_taurus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_taurus.tar.gz.sha256) |
| Small system Hi3516 solution - Linux (binary)| 3.0.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_taurus_linux.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.0.7/hispark_taurus_linux.tar.gz.sha256) |
## What's New
### Feature Updates
This version does not involve feature updates.
### API Updates
This version does not involve API updates.
### Chip and Development Board Adaptation
For details about the adaptation status, see [SIG-Devboard](https://gitee.com/openharmony/community/blob/master/sig/sig-devboard/sig_devboard.md).
## Fixed Security Vulnerabilities
**Table 3** Fixed security vulnerabilities
| Issue No.| Description| PR Link|
| -------- | -------- | -------- |
| I5VFI7 | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-3303, CVE-2022-42703, CVE-2022-20422, CVE-2022-41222, CVE-2022-3239, CVE-2022-20423 and CVE-2022-41850 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/508) |
| I5UHPU | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-40768, CVE-2022-3577, CVE-2022-20409, CVE-2022-3566, CVE-2022-3606, CVE-2022-3564 and CVE-2022-3649| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/506) |
| I5QBIA | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-1184 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/475) |
| I5VFK1 | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-20421, CVE-2022-42719, CVE-2022-42720, CVE-2022-42721, CVE-2022-42722, CVE-2022-41674, CVE-2022-3535, CVE-2022-3521, CVE-2022-3565, CVE-2022-3594, CVE-2022-3435, CVE-2022-41849, CVE-2022-3524, CVE-2022-3542, and CVE-2022-3534| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/503) |
| I5OJL9 | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-26373 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/495) |
| I5WC2X | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-23816, CVE-2022-29901, and CVE-2022-29900| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/494) |
| I5VQVK | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-1462 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/490) |
| I5VP0D | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-39189, CVE-2022-39190, and CVE-2022-2663| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/489) |
| I5QBPW | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-39188, CVE-2022-3078, CVE-2022-2905, and CVE-2022-39842| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/481) |
| I5SCE3 | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-3202 and CVE-2022-40307| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/464) |
| I5QBK8 | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-3028, CVE-2022-2977, and CVE-2022-2964| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/442) |
| I5RQTK | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-3061 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/444) |
| I5R8CM | Security vulnerabilities of the Kernel_linux_5.10 component: CVE-2022-2959 and CVE-2022-2991| [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/436) |
| I5R8BB | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-2503 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/435) |
| I5R6VI | Security vulnerability of the Kernel_linux_5.10 component: CVE-2022-2938 | [PR](https://gitee.com/openharmony/kernel_linux_5.10/pulls/434) |
| I5ZA11 | Security vulnerabilities of the curl component: CVE-2022-32221, CVE-2022-42915, and CVE-2022-42916| [PR](https://gitee.com/openharmony/third_party_curl/pulls/90) |
| I5QBFJ | Security vulnerability of the curl component: CVE-2022-35252 | [PR](https://gitee.com/openharmony/third_party_curl/pulls/85) |
| I5UHWM | Security vulnerability of the wayland component: CVE-2021-3782 | [PR](https://gitee.com/openharmony/third_party_wayland_standard/pulls/22) |
| I5MVPK | Security vulnerability on the css-what component: CVE-2021-33587 | [PR](https://gitee.com/openharmony/third_party_css-what/pulls/9) |
| I5YR0H | Security vulnerability of the gstreamer component: CVE-2021-3185 | [PR](https://gitee.com/openharmony/third_party_gstreamer/pulls/207) |
| I5XT87 | Security vulnerability of the expat component: CVE-2022-43680 | [PR](https://gitee.com/openharmony/third_party_expat/pulls/22) |
| I5SD4W | Security vulnerability of the expat component: CVE-2022-40674 | [PR](https://gitee.com/openharmony/third_party_expat/pulls/19) |
......@@ -128,11 +128,11 @@ This version has the following updates to OpenHarmony 3.0 LTS.
For details, see the following:
_[JS API Differences](api-change/v3.1-beta/js-apidiff-v3.1-beta.md)_
_[JS API Differences](api-diff/v3.1-beta/js-apidiff-v3.1-beta.md)_
_[Native API Differences](api-change/v3.1-beta/native-apidiff-v3.1-beta.md)_
_[Native API Differences](api-diff/v3.1-beta/native-apidiff-v3.1-beta.md)_
_[Changelog](api-change/v3.1-beta/changelog-v3.1-beta.md)_
_[Changelog](api-diff/v3.1-beta/changelog-v3.1-beta.md)_
### Chip and Development Board Adaptation
......
......@@ -189,7 +189,7 @@ This version has the following updates to OpenHarmony 3.1 Beta.
For details, see the following:
*[API Differences](api-change/v3.1-Release/Readme-EN.md)*
*[API Differences](api-diff/v3.1-Release/Readme-EN.md)*
### Chip and Development Board Adaptation
......
......@@ -13,7 +13,7 @@ OpenHarmony 3.1.4 Release provides enhanced system security over OpenHarmony 3.1
| Software/Tool| Version| Remarks|
| -------- | -------- | -------- |
| OpenHarmony | 3.1.4 Release| NA |
| Full SDK | Ohos_sdk_full 3.1.9.7 (API Version 8 Release)| This toolkit is intended for original equipment manufacturers (OEMs) and contains system APIs that require system permissions.<br>To use the Full SDK, you must manually obtain it from the mirror and switch to it in DevEco Studio. For details, see [Guide to Switching to Full SDK](../application-dev/quick-start/full-sdk-switch-guide.md).|
| Full SDK | Ohos_sdk_full&nbsp;3.1.9.7&nbsp;(API&nbsp;Version&nbsp;8&nbsp;Relese) | This toolkit is intended for original equipment manufacturers (OEMs) and contains system APIs that require system permissions.<br>To use the Full SDK, you must manually obtain it from the mirror and switch to it in DevEco Studio. For details, see [Guide to Switching to Full SDK](../application-dev/quick-start/full-sdk-switch-guide.md).|
| Public SDK | Ohos_sdk_public 3.1.9.7 (API Version 8 Release)| This toolkit is intended for application developers and does not contain system APIs that require system permissions.<br>It is provided as standard in DevEco Studio 3.0 Beta4 or later.|
| (Optional) HUAWEI DevEco Studio| 3.1 Preview for OpenHarmony| Recommended for developing OpenHarmony applications|
| (Optional) HUAWEI DevEco Device Tool| 3.0 Release| Recommended for developing OpenHarmony smart devices|
......@@ -75,12 +75,12 @@ repo forall -c 'git lfs pull'
| Source Code| Version| Mirror| SHA-256 Checksum|
| -------- | -------- | -------- | -------- |
| Full code base (for mini, small, and standard systems)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/code-v3.1.4-Release.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/code-v3.1.4-Release.tar.gz.sha256) |
| Hi3516 standard system solution (binary)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_hi3516.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_hi3516.tar.gz.sha256) |
| RK3568 standard system solution (binary)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_rk3568.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_rk3568.tar.gz.sha256) |
| Hi3861 mini system solution (binary)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_pegasus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_pegasus.tar.gz.sha256) |
| Hi3516 small system solution - LiteOS (binary)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus.tar.gz.sha256) |
| Hi3516 small system solution - Linux (binary)| 3.1.4&nbsp;Release | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus_linux.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus_linux.tar.gz.sha256) |
| Full code base (for mini, small, and standard systems)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/code-v3.1.4-Release-2022-12-12.tar.gz)| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/code-v3.1.4-Release-2022-12-12.tar.gz.sha256)|
| Hi3516 standard system solution (binary)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_hi3516.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_hi3516.tar.gz.sha256) |
| RK3568 standard system solution (binary)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_rk3568.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/standard_rk3568.tar.gz.sha256) |
| Hi3861 mini system solution (binary)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_pegasus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_pegasus.tar.gz.sha256) |
| Hi3516 small system solution - LiteOS (binary)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus.tar.gz.sha256) |
| Hi3516 small system solution - Linux (binary)| 3.1.4 Release| [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus_linux.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/hispark_taurus_linux.tar.gz.sha256) |
| Full SDK package for the standard system (macOS)| 3.1.9.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-mac-full.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-mac-full.tar.gz.sha256) |
| Full SDK package for the standard system (Windows/Linux)| 3.1.9.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-full.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-full.tar.gz.sha256) |
| Public SDK package for the standard system (macOS)| 3.1.9.7 | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-mac-public.tar.gz) | [Download](https://mirrors.huaweicloud.com/openharmony/os/3.1.4/ohos-sdk-mac-public.tar.gz.sha256) |
......
......@@ -172,7 +172,7 @@ This version has the following updates to OpenHarmony 3.1 Release.
### API Updates
*[API Differences](api-change/v3.2-beta1/Readme-EN.md)*
*[API Differences](api-diff/v3.2-beta1/Readme-EN.md)*
### Chip and Development Board Adaptation
......@@ -204,7 +204,7 @@ For details about the adaptation status, see [SIG-Devboard](https://gitee.com/op
| ArkUI | [Game2048](https://gitee.com/openharmony/applications_app_samples/tree/master/ETSUI/Game2048) | This sample shows how to develop a 2048 game using the **\<Grid>** component.| eTS |
| Window Manager| [Window](https://gitee.com/openharmony/applications_app_samples/tree/master/Graphics/Window) | This sample shows how to create a window, display an application over another application in the form of a floating window, and display an application on split screens.| eTS |
| Distributed data management| [Preference](https://gitee.com/openharmony/applications_app_samples/tree/master/data/Preferences) | This sample shows the theme switching function of preferences.| eTS |
| ArkUI | [NativeAPI](https://gitee.com/openharmony/applications_app_samples/tree/master/Native/NativeAPI) | This sample shows how to call C++ APIs in eTS and how C++ APIs call back JS APIs to play the Gomoku game. The native APIs implement the calculation logic, and eTS implements UI rendering and re-rendering.| eTS/C++ |
| ArkUI | [NativeAPI](https://gitee.com/openharmony/app_samples/tree/master/Native/NativeAPI) | This sample shows how to call C++ APIs in eTS and how C++ APIs call back JS APIs to play the Gomoku game. The native APIs implement the calculation logic, and eTS implements UI rendering and re-rendering.| eTS/C++ |
| Globalization| [International](https://gitee.com/openharmony/applications_app_samples/tree/master/common/International) | This sample shows how to use APIs related to i18n, intl, and resourceManager in eTS to set the system language, region, time, and time zone. It also provides locale setting examples.| eTS |
For more information, visit [Samples](https://gitee.com/openharmony/applications_app_samples).
......
......@@ -176,7 +176,7 @@ This version has the following updates to OpenHarmony 3.2 Beta2.
For details about the API changes, see the following:
[API Differences](api-change/v3.2-beta3/Readme-EN.md)
[API Differences](api-diff/v3.2-beta3/js-apidiff-ability.md)
### Chip and Development Board Adaptation
......
此差异已折叠。
# OpenHarmony Release Notes
## OpenHarmony 3.x Releases
- [OpenHarmony v3.2 Beta4 (2022-11-30)](OpenHarmony-v3.2-beta4.md)
- [OpenHarmony v3.2 Beta3 (2022-09-30)](OpenHarmony-v3.2-beta3.md)
- [OpenHarmony v3.2 Beta2 (2022-07-30)](OpenHarmony-v3.2-beta2.md)
- [OpenHarmony v3.2 Beta1 (2022-05-31)](OpenHarmony-v3.2-beta1.md)
......@@ -11,6 +12,7 @@
- [OpenHarmony v3.1.1 Release (2022-05-31)](OpenHarmony-v3.1.1-release.md)
- [OpenHarmony v3.1 Beta (2021-12-31)](OpenHarmony-v3.1-beta.md)
- [OpenHarmony v3.0 LTS (2021-09-30)](OpenHarmony-v3.0-LTS.md)
- [OpenHarmony v3.0.7 LTS (2022-12-05)](OpenHarmony-v3.0.7-LTS.md)
- [OpenHarmony v3.0.6 LTS (2022-09-15)](OpenHarmony-v3.0.6-LTS.md)
- [OpenHarmony v3.0.5 LTS (2022-07-01)](OpenHarmony-v3.0.5-LTS.md)
- [OpenHarmony v3.0.3 LTS (2022-04-08)](OpenHarmony-v3.0.3-LTS.md)
......
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: on_enabledAccessibilityExtensionListChange|@ohos.accessibility.config.d.ts|
|Added||Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: off_enabledAccessibilityExtensionListChange|@ohos.accessibility.config.d.ts|
|Added||Module name: ohos.accessibility<br>Class name: accessibility<br>Method or attribute name: getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|Added||Module name: ohos.accessibility<br>Class name: accessibility<br>Method or attribute name: getAccessibilityExtensionList|@ohos.accessibility.d.ts|
|Added||Module name: ohos.accessibility<br>Class name: accessibility<br>Method or attribute name: sendAccessibilityEvent|@ohos.accessibility.d.ts|
|Added||Module name: ohos.accessibility<br>Class name: accessibility<br>Method or attribute name: sendAccessibilityEvent|@ohos.accessibility.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath|@ohos.accessibility.GesturePath.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: ructor(durationTime|@ohos.accessibility.GesturePath.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: points|@ohos.accessibility.GesturePath.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: durationTime|@ohos.accessibility.GesturePath.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint|@ohos.accessibility.GesturePoint.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: ructor(positionX|@ohos.accessibility.GesturePoint.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionX|@ohos.accessibility.GesturePoint.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionY|@ohos.accessibility.GesturePoint.d.ts|
|Added||Method or attribute name: performAction<br>Function name: performAction(actionName: string, parameters?: object): Promise<void>;|AccessibilityExtensionContext.d.ts|
|Added||Method or attribute name: performAction<br>Function name: performAction(actionName: string, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|Added||Method or attribute name: performAction<br>Function name: performAction(actionName: string, parameters: object, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|Deleted|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: on_enableAbilityListsStateChanged||@ohos.accessibility.config.d.ts|
|Deleted|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: off_enableAbilityListsStateChanged||@ohos.accessibility.config.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath<br>Method or attribute name: points||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath<br>Method or attribute name: durationTime||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePoint||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePoint<br>Method or attribute name: positionX||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePoint<br>Method or attribute name: positionY||@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deprecated version changed|Method or attribute name: getAbilityLists<br>Deprecated version: N/A|Method or attribute name: getAbilityLists<br>Deprecated version: 9<br>New API: ohos.accessibility|@ohos.accessibility.d.ts|
|Deprecated version changed|Method or attribute name: getAbilityLists<br>Deprecated version: N/A|Method or attribute name: getAbilityLists<br>Deprecated version: 9|@ohos.accessibility.d.ts|
|Deprecated version changed|Method or attribute name: sendEvent<br>Deprecated version: N/A|Method or attribute name: sendEvent<br>Deprecated version: 9<br>New API: ohos.accessibility|@ohos.accessibility.d.ts|
|Deprecated version changed|Method or attribute name: sendEvent<br>Deprecated version: N/A|Method or attribute name: sendEvent<br>Deprecated version: 9|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: enableAbility<br>Error code: 201, 401, 9300001, 9300002|@ohos.accessibility.config.d.ts|
|Error code added||Method or attribute name: disableAbility<br>Error code: 201, 401, 9300001|@ohos.accessibility.config.d.ts|
|Error code added||Method or attribute name: set<br>Error code: 201, 401|@ohos.accessibility.config.d.ts|
|Error code added||Method or attribute name: on<br>Error code: 401|@ohos.accessibility.config.d.ts|
|Error code added||Method or attribute name: on_accessibilityStateChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: on_touchGuideStateChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: off_accessibilityStateChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: off_touchGuideStateChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: on_enableChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: on_styleChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: off_enableChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: off_styleChange<br>Error code: 401|@ohos.accessibility.d.ts|
|Error code added||Method or attribute name: setTargetBundleName<br>Error code: 401|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: getFocusElement<br>Error code: 9300003|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: getWindowRootElement<br>Error code: 9300003|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: getWindows<br>Error code: 9300003|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: injectGesture<br>Error code: 401, 9300003|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: attributeValue<br>Error code: 401, 9300004|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: findElement<br>Error code: 401|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: findElement<br>Error code: 401|AccessibilityExtensionContext.d.ts|
|Error code added||Method or attribute name: findElement<br>Error code: 401|AccessibilityExtensionContext.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.contact<br>Class name: Contact|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: INVALID_CONTACT_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: id|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: key|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: contactAttributes|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: emails|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: events|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: groups|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: imAddresses|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: phoneNumbers|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: portrait|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: postalAddresses|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: relations|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: sipAddresses|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: websites|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: name|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: nickName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: note|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Contact<br>Method or attribute name: organization|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ContactAttributes|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ContactAttributes<br>Method or attribute name: attributes|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_CONTACT_EVENT|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_EMAIL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_GROUP_MEMBERSHIP|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_IM|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_NAME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_NICKNAME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_NOTE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_ORGANIZATION|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_PHONE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_PORTRAIT|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_POSTAL_ADDRESS|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_RELATION|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_SIP_ADDRESS|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Attribute<br>Method or attribute name: ATTR_WEBSITE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: EMAIL_HOME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: EMAIL_WORK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: EMAIL_OTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: email|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: displayName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Email<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: EVENT_ANNIVERSARY|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: EVENT_OTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: EVENT_BIRTHDAY|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: eventDate|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Event<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Group|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Group<br>Method or attribute name: groupId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Group<br>Method or attribute name: title|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Holder|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Holder<br>Method or attribute name: bundleName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Holder<br>Method or attribute name: displayName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Holder<br>Method or attribute name: holderId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_AIM|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_MSN|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_YAHOO|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_SKYPE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_QQ|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_ICQ|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: IM_JABBER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: imAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: ImAddress<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: familyName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: familyNamePhonetic|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: fullName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: givenName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: givenNamePhonetic|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: middleName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: middleNamePhonetic|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: namePrefix|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Name<br>Method or attribute name: nameSuffix|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: NickName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: NickName<br>Method or attribute name: nickName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Note|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Note<br>Method or attribute name: noteContent|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Organization|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Organization<br>Method or attribute name: name|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Organization<br>Method or attribute name: title|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_HOME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_MOBILE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_WORK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_FAX_WORK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_FAX_HOME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_PAGER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_OTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_CALLBACK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_CAR|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_COMPANY_MAIN|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_ISDN|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_MAIN|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_OTHER_FAX|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_RADIO|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_TELEX|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_TTY_TDD|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_WORK_MOBILE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_WORK_PAGER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_ASSISTANT|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: NUM_MMS|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: phoneNumber|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PhoneNumber<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Portrait|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Portrait<br>Method or attribute name: uri|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: ADDR_HOME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: ADDR_WORK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: ADDR_OTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: city|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: country|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: neighborhood|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: pobox|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: postalAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: postcode|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: region|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: street|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: PostalAddress<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_ASSISTANT|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_BROTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_CHILD|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_DOMESTIC_PARTNER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_FATHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_FRIEND|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_MANAGER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_MOTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_PARENT|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_PARTNER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_REFERRED_BY|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_RELATIVE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_SISTER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: RELATION_SPOUSE|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: relationName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Relation<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: CUSTOM_LABEL|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: SIP_HOME|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: SIP_WORK|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: SIP_OTHER|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: INVALID_LABEL_ID|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: labelName|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: sipAddress|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: SipAddress<br>Method or attribute name: labelId|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Website|@ohos.contact.d.ts|
|Added||Module name: ohos.contact<br>Class name: Website<br>Method or attribute name: website|@ohos.contact.d.ts|
|Added||Module name: ohos.telephony.call<br>Class name: AudioDevice<br>Method or attribute name: DEVICE_MIC|@ohos.telephony.call.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: shutdown|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: reboot|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: isActive|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: wakeup|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: suspend|@ohos.power.d.ts|
|Added||Method or attribute name: getPowerMode<br>Function name: function getPowerMode(): DevicePowerMode;|@ohos.power.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: RunningLock<br>Method or attribute name: hold|@ohos.runningLock.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: RunningLock<br>Method or attribute name: isHolding|@ohos.runningLock.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: RunningLock<br>Method or attribute name: unhold|@ohos.runningLock.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: runningLock<br>Method or attribute name: isSupported|@ohos.runningLock.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: runningLock<br>Method or attribute name: create|@ohos.runningLock.d.ts|
|Added||Module name: ohos.runningLock<br>Class name: runningLock<br>Method or attribute name: create|@ohos.runningLock.d.ts|
|Added||Module name: ohos.thermal<br>Class name: thermal<br>Method or attribute name: registerThermalLevelCallback|@ohos.thermal.d.ts|
|Added||Module name: ohos.thermal<br>Class name: thermal<br>Method or attribute name: unregisterThermalLevelCallback|@ohos.thermal.d.ts|
|Added||Module name: ohos.thermal<br>Class name: thermal<br>Method or attribute name: getLevel|@ohos.thermal.d.ts|
|Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: shutdownDevice||@ohos.power.d.ts|
|Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: wakeupDevice||@ohos.power.d.ts|
|Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: suspendDevice||@ohos.power.d.ts|
|Deprecated version changed|Method or attribute name: rebootDevice<br>Deprecated version: N/A|Method or attribute name: rebootDevice<br>Deprecated version: 9<br>New API: {@link power|@ohos.power.d.ts|
|Deprecated version changed|Method or attribute name: isScreenOn<br>Deprecated version: N/A|Method or attribute name: isScreenOn<br>Deprecated version: 9<br>New API: {@link power|@ohos.power.d.ts|
|Deprecated version changed|Method or attribute name: isScreenOn<br>Deprecated version: N/A|Method or attribute name: isScreenOn<br>Deprecated version: 9|@ohos.power.d.ts|
|Deprecated version changed|Method or attribute name: lock<br>Deprecated version: N/A|Method or attribute name: lock<br>Deprecated version: 9<br>New API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: isUsed<br>Deprecated version: N/A|Method or attribute name: isUsed<br>Deprecated version: 9<br>New API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: unlock<br>Deprecated version: N/A|Method or attribute name: unlock<br>Deprecated version: 9<br>New API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: isRunningLockTypeSupported<br>Deprecated version: N/A|Method or attribute name: isRunningLockTypeSupported<br>Deprecated version: 9<br>New API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: isRunningLockTypeSupported<br>Deprecated version: N/A|Method or attribute name: isRunningLockTypeSupported<br>Deprecated version: 9|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: createRunningLock<br>Deprecated version: N/A|Method or attribute name: createRunningLock<br>Deprecated version: 9<br>New API: {@link RunningLock|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: createRunningLock<br>Deprecated version: N/A|Method or attribute name: createRunningLock<br>Deprecated version: 9|@ohos.runningLock.d.ts|
|Deprecated version changed|Method or attribute name: subscribeThermalLevel<br>Deprecated version: N/A|Method or attribute name: subscribeThermalLevel<br>Deprecated version: 9<br>New API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Method or attribute name: unsubscribeThermalLevel<br>Deprecated version: N/A|Method or attribute name: unsubscribeThermalLevel<br>Deprecated version: 9<br>New API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Method or attribute name: getThermalLevel<br>Deprecated version: N/A|Method or attribute name: getThermalLevel<br>Deprecated version: 9<br>New API: {@link thermal|@ohos.thermal.d.ts|
|Deprecated version changed|Class name: BatteryResponse<br>Deprecated version: 9|Class name: BatteryResponse<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: charging<br>Deprecated version: 9|Method or attribute name: charging<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: level<br>Deprecated version: 9|Method or attribute name: level<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Class name: GetStatusOptions<br>Deprecated version: 9|Class name: GetStatusOptions<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Class name: Battery<br>Deprecated version: 9|Class name: Battery<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Method or attribute name: getStatus<br>Deprecated version: 9|Method or attribute name: getStatus<br>Deprecated version: 6|@system.battery.d.ts|
|Deprecated version changed|Class name: BrightnessResponse<br>Deprecated version: 9|Class name: BrightnessResponse<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: value<br>Deprecated version: 9|Method or attribute name: value<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessOptions<br>Deprecated version: 9|Class name: GetBrightnessOptions<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessOptions<br>Deprecated version: 9|Class name: SetBrightnessOptions<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: value<br>Deprecated version: 9|Method or attribute name: value<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: BrightnessModeResponse<br>Deprecated version: 9|Class name: BrightnessModeResponse<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: mode<br>Deprecated version: 9|Method or attribute name: mode<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: GetBrightnessModeOptions<br>Deprecated version: 9|Class name: GetBrightnessModeOptions<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetBrightnessModeOptions<br>Deprecated version: 9|Class name: SetBrightnessModeOptions<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: mode<br>Deprecated version: 9|Method or attribute name: mode<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: SetKeepScreenOnOptions<br>Deprecated version: 9|Class name: SetKeepScreenOnOptions<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: keepScreenOn<br>Deprecated version: 9|Method or attribute name: keepScreenOn<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: success<br>Deprecated version: 9|Method or attribute name: success<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: fail<br>Deprecated version: 9|Method or attribute name: fail<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: complete<br>Deprecated version: 9|Method or attribute name: complete<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Class name: Brightness<br>Deprecated version: 9|Class name: Brightness<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: getValue<br>Deprecated version: 9|Method or attribute name: getValue<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: setValue<br>Deprecated version: 9|Method or attribute name: setValue<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: getMode<br>Deprecated version: 9|Method or attribute name: getMode<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: setMode<br>Deprecated version: 9|Method or attribute name: setMode<br>Deprecated version: 7|@system.brightness.d.ts|
|Deprecated version changed|Method or attribute name: setKeepScreenOn<br>Deprecated version: 9|Method or attribute name: setKeepScreenOn<br>Deprecated version: 7|@system.brightness.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onBundleAdded|@ohos.EnterpriseAdminExtensionAbility.d.ts|
|Added||Module name: ohos.EnterpriseAdminExtensionAbility<br>Class name: EnterpriseAdminExtensionAbility<br>Method or attribute name: onBundleRemoved|@ohos.EnterpriseAdminExtensionAbility.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: ManagedEvent|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_BUNDLE_ADDED|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: ManagedEvent<br>Method or attribute name: MANAGED_EVENT_BUNDLE_REMOVED|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: enableAdmin<br>Function name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: enableAdmin<br>Function name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId: number, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: enableAdmin<br>Function name: function enableAdmin(admin: Want, enterpriseInfo: EnterpriseInfo, type: AdminType, userId?: number): Promise<void>;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: disableAdmin<br>Function name: function disableAdmin(admin: Want, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: disableAdmin<br>Function name: function disableAdmin(admin: Want, userId: number, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: disableAdmin<br>Function name: function disableAdmin(admin: Want, userId?: number): Promise<void>;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: disableSuperAdmin<br>Function name: function disableSuperAdmin(bundleName: String, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: disableSuperAdmin<br>Function name: function disableSuperAdmin(bundleName: String): Promise<void>;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: setEnterpriseInfo<br>Function name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo, callback: AsyncCallback<void>): void;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Method or attribute name: setEnterpriseInfo<br>Function name: function setEnterpriseInfo(admin: Want, enterpriseInfo: EnterpriseInfo): Promise<void>;|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: enterpriseDeviceManager<br>Method or attribute name: subscribeManagedEvent|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: enterpriseDeviceManager<br>Method or attribute name: subscribeManagedEvent|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: enterpriseDeviceManager<br>Method or attribute name: unsubscribeManagedEvent|@ohos.enterpriseDeviceManager.d.ts|
|Added||Module name: ohos.enterpriseDeviceManager<br>Class name: enterpriseDeviceManager<br>Method or attribute name: unsubscribeManagedEvent|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdminEnabled<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdminEnabled<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: isAdminEnabled<br>model:|Method or attribute name: isAdminEnabled<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: getEnterpriseInfo<br>model:|Method or attribute name: getEnterpriseInfo<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: getEnterpriseInfo<br>model:|Method or attribute name: getEnterpriseInfo<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: isSuperAdmin<br>model:|Method or attribute name: isSuperAdmin<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: isSuperAdmin<br>model:|Method or attribute name: isSuperAdmin<br>model: @stage model only|@ohos.enterpriseDeviceManager.d.ts|
|Model changed|Method or attribute name: setDateTime<br>model:|Method or attribute name: setDateTime<br>model: @stage model only|DeviceSettingsManager.d.ts|
|Model changed|Method or attribute name: setDateTime<br>model:|Method or attribute name: setDateTime<br>model: @stage model only|DeviceSettingsManager.d.ts|
|Access level changed|Class name: configPolicy<br>Access level: public API|Class name: configPolicy<br>Access level: system API|@ohos.configPolicy.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: getEnterpriseInfo<br>Access level: public API|Method or attribute name: getEnterpriseInfo<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: getEnterpriseInfo<br>Access level: public API|Method or attribute name: getEnterpriseInfo<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isSuperAdmin<br>Access level: public API|Method or attribute name: isSuperAdmin<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isSuperAdmin<br>Access level: public API|Method or attribute name: isSuperAdmin<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: setDateTime<br>Access level: public API|Method or attribute name: setDateTime<br>Access level: system API|DeviceSettingsManager.d.ts|
|Access level changed|Method or attribute name: setDateTime<br>Access level: public API|Method or attribute name: setDateTime<br>Access level: system API|DeviceSettingsManager.d.ts|
|Permission changed|Method or attribute name: setDateTime<br>Permission: ohos.permission.EDM_MANAGE_DATETIME|Method or attribute name: setDateTime<br>Permission: ohos.permission.ENTERPRISE_SET_DATETIME|DeviceSettingsManager.d.ts|
|Permission changed|Method or attribute name: setDateTime<br>Permission: ohos.permission.EDM_MANAGE_DATETIME|Method or attribute name: setDateTime<br>Permission: ohos.permission.ENTERPRISE_SET_DATETIME|DeviceSettingsManager.d.ts|
|Error code added||Method or attribute name: getOneCfgFile<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added||Method or attribute name: getCfgFiles<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added||Method or attribute name: getCfgDirList<br>Error code: 401|@ohos.configPolicy.d.ts|
|Error code added||Method or attribute name: isAdminEnabled<br>Error code: 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: isAdminEnabled<br>Error code: 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: isAdminEnabled<br>Error code: 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: getEnterpriseInfo<br>Error code: 9200001, 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: getEnterpriseInfo<br>Error code: 9200001, 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: isSuperAdmin<br>Error code: 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: isSuperAdmin<br>Error code: 401|@ohos.enterpriseDeviceManager.d.ts|
|Error code added||Method or attribute name: setDateTime<br>Error code: 9200001, 9200002, 201, 401|DeviceSettingsManager.d.ts|
|Access level changed|Class name: configPolicy<br>Access level: public API|Class name: configPolicy<br>Access level: system API|@ohos.configPolicy.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isAdminEnabled<br>Access level: public API|Method or attribute name: isAdminEnabled<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: getEnterpriseInfo<br>Access level: public API|Method or attribute name: getEnterpriseInfo<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: getEnterpriseInfo<br>Access level: public API|Method or attribute name: getEnterpriseInfo<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isSuperAdmin<br>Access level: public API|Method or attribute name: isSuperAdmin<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: isSuperAdmin<br>Access level: public API|Method or attribute name: isSuperAdmin<br>Access level: system API|@ohos.enterpriseDeviceManager.d.ts|
|Access level changed|Method or attribute name: setDateTime<br>Access level: public API|Method or attribute name: setDateTime<br>Access level: system API|DeviceSettingsManager.d.ts|
|Access level changed|Method or attribute name: setDateTime<br>Access level: public API|Method or attribute name: setDateTime<br>Access level: system API|DeviceSettingsManager.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.distributedHardware.deviceManager<br>Class name: DeviceManager<br>Method or attribute name: setUserOperation|@ohos.distributedHardware.deviceManager.d.ts|
|Added||Module name: ohos.distributedHardware.deviceManager<br>Class name: DeviceManager<br>Method or attribute name: on_uiStateChange|@ohos.distributedHardware.deviceManager.d.ts|
|Added||Module name: ohos.distributedHardware.deviceManager<br>Class name: DeviceManager<br>Method or attribute name: off_uiStateChange|@ohos.distributedHardware.deviceManager.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Module name: ohos.multimodalInput.inputDevice<br>Class name: inputDevice<br>Method or attribute name: getDeviceList|@ohos.multimodalInput.inputDevice.d.ts|
|Added||Module name: ohos.multimodalInput.inputDevice<br>Class name: inputDevice<br>Method or attribute name: getDeviceList|@ohos.multimodalInput.inputDevice.d.ts|
|Added||Module name: ohos.multimodalInput.inputDevice<br>Class name: inputDevice<br>Method or attribute name: getDeviceInfo|@ohos.multimodalInput.inputDevice.d.ts|
|Added||Module name: ohos.multimodalInput.inputDevice<br>Class name: inputDevice<br>Method or attribute name: getDeviceInfo|@ohos.multimodalInput.inputDevice.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_START|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_SUCCESS|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_INFO_FAIL|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_STATE_ON|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Added||Module name: ohos.multimodalInput.inputDeviceCooperate<br>Class name: EventMsg<br>Method or attribute name: MSG_COOPERATE_STATE_OFF|@ohos.multimodalInput.inputDeviceCooperate.d.ts|
|Deprecated version changed|Method or attribute name: getDeviceIds<br>Deprecated version: N/A|Method or attribute name: getDeviceIds<br>Deprecated version: 9<br>New API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Method or attribute name: getDeviceIds<br>Deprecated version: N/A|Method or attribute name: getDeviceIds<br>Deprecated version: 9<br>New API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Method or attribute name: getDevice<br>Deprecated version: N/A|Method or attribute name: getDevice<br>Deprecated version: 9<br>New API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|Deprecated version changed|Method or attribute name: getDevice<br>Deprecated version: N/A|Method or attribute name: getDevice<br>Deprecated version: 9<br>New API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Method or attribute name: sendUpdateCellLocationRequest<br>Function name: function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;|@ohos.telephony.radio.d.ts|
|Initial version changed |Method or attribute name: sendUpdateCellLocationRequest<br>Initial version: 9|Method or attribute name: sendUpdateCellLocationRequest<br>Initial version: 8|@ohos.telephony.radio.d.ts|
| Change Type | New Version | Old Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added||Method or attribute name: supportKeys<br>Function name: function supportKeys(deviceId: number, keys: Array<KeyCode>, callback: AsyncCallback<Array<boolean>>): void;|@ohos.multimodalInput.inputDevice.d.ts|
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册