未验证 提交 6dd8f72a 编写于 作者: O openharmony_ci 提交者: Gitee

!15767 翻译完成:15328 版本说明书补充变更说明和full sdk编译指导

Merge pull request !15767 from wusongqing/TR15328
# Application Development # Application Development
- [Application Development Overview](application-dev-guide.md) - [Application Development Overview](application-dev-guide.md)
- Quick Start - Quick Start
- Getting Started - Getting Started
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
- ExtensionAbility Component - ExtensionAbility Component
- [ExtensionAbility Component Overview](application-models/extensionability-overview.md) - [ExtensionAbility Component Overview](application-models/extensionability-overview.md)
- [ServiceExtensionAbility](application-models/serviceextensionability.md) - [ServiceExtensionAbility](application-models/serviceextensionability.md)
- [DataShareExtensionAbility](application-models/datashareextensionability.md) - [DataShareExtensionAbility (System Applications Only)](application-models/datashareextensionability.md)
- [FormExtensionAbility (Widget)](application-models/widget-development-stage.md) - [FormExtensionAbility (Widget)](application-models/widget-development-stage.md)
- [AbilityStage Component Container](application-models/abilitystage.md) - [AbilityStage Component Container](application-models/abilitystage.md)
- [Context](application-models/application-context-stage.md) - [Context](application-models/application-context-stage.md)
...@@ -74,8 +75,8 @@ ...@@ -74,8 +75,8 @@
- [Component Startup Rules (Stage Model)](application-models/component-startup-rules.md) - [Component Startup Rules (Stage Model)](application-models/component-startup-rules.md)
- Inter-Device Application Component Interaction (Continuation) - Inter-Device Application Component Interaction (Continuation)
- [Continuation Overview](application-models/inter-device-interaction-hop-overview.md) - [Continuation Overview](application-models/inter-device-interaction-hop-overview.md)
- [Cross-Device Migration](application-models/hop-cross-device-migration.md) - [Cross-Device Migration (System Applications Only)](application-models/hop-cross-device-migration.md)
- [Multi-device Collaboration](application-models/hop-multi-device-collaboration.md) - [Multi-device Collaboration (System Applications Only)](application-models/hop-multi-device-collaboration.md)
- IPC - IPC
- [Process Model](application-models/process-model-stage.md) - [Process Model](application-models/process-model-stage.md)
- Common Events - Common Events
...@@ -104,7 +105,7 @@ ...@@ -104,7 +105,7 @@
- [Creating a PageAbility](application-models/create-pageability.md) - [Creating a PageAbility](application-models/create-pageability.md)
- [Starting a Local PageAbility](application-models/start-local-pageability.md) - [Starting a Local PageAbility](application-models/start-local-pageability.md)
- [Stopping a PageAbility](application-models/stop-pageability.md) - [Stopping a PageAbility](application-models/stop-pageability.md)
- [Starting a Remote PageAbility](application-models/start-remote-pageability.md) - [Starting a Remote PageAbility (System Applications Only)](application-models/start-remote-pageability.md)
- [Starting a Specified Page](application-models/start-page.md) - [Starting a Specified Page](application-models/start-page.md)
- [Window Properties](application-models/window-properties.md) - [Window Properties](application-models/window-properties.md)
- [Requesting Permissions](application-models/request-permissions.md) - [Requesting Permissions](application-models/request-permissions.md)
...@@ -271,11 +272,12 @@ ...@@ -271,11 +272,12 @@
- [Custom Components](ui/ui-js-custom-components.md) - [Custom Components](ui/ui-js-custom-components.md)
- Notification - Notification
- [Notification Overview](notification/notification-overview.md) - [Notification Overview](notification/notification-overview.md)
- [Notification Subscription (Open Only to System Applications)](notification/notification-subscription.md) - [Notification Subscription (System Applications Only)](notification/notification-subscription.md)
- [Enabling Notification](notification/notification-enable.md) - [Enabling Notification](notification/notification-enable.md)
- Publishing a Notification - Publishing a Notification
- [Publishing a Basic Notification](notification/text-notification.md) - [Publishing a Basic Notification](notification/text-notification.md)
- [Publishing a Progress Notification](notification/progress-bar-notification.md) - [Publishing a Progress Notification](notification/progress-bar-notification.md)
- [Adding a WantAgent Object to a Notification](notification/notification-with-wantagent.md) - [Adding a WantAgent Object to a Notification](notification/notification-with-wantagent.md)
- Window Manager - Window Manager
- [Window Overview](windowmanager/window-overview.md) - [Window Overview](windowmanager/window-overview.md)
...@@ -400,6 +402,8 @@ ...@@ -400,6 +402,8 @@
- Update Service - Update Service
- [Sample Server Overview](device/sample-server-overview.md) - [Sample Server Overview](device/sample-server-overview.md)
- [Sample Server Development](device/sample-server-guidelines.md) - [Sample Server Development](device/sample-server-guidelines.md)
- Stationary
- [Stationary Development](device/stationary-guidelines.md)
- Device Usage Statistics - Device Usage Statistics
- [Device Usage Statistics Overview](device-usage-statistics/device-usage-statistics-overview.md) - [Device Usage Statistics Overview](device-usage-statistics/device-usage-statistics-overview.md)
- [Device Usage Statistics Development](device-usage-statistics/device-usage-statistics-use-guide.md) - [Device Usage Statistics Development](device-usage-statistics/device-usage-statistics-use-guide.md)
...@@ -418,6 +422,7 @@ ...@@ -418,6 +422,7 @@
- [arkXtest User Guide](application-test/arkxtest-guidelines.md) - [arkXtest User Guide](application-test/arkxtest-guidelines.md)
- [SmartPerf User Guide](application-test/smartperf-guidelines.md) - [SmartPerf User Guide](application-test/smartperf-guidelines.md)
- [wukong User Guide](application-test/wukong-guidelines.md) - [wukong User Guide](application-test/wukong-guidelines.md)
- [OpenHarmony IDL Specifications and User Guide](IDL/idl-guidelines.md) - [OpenHarmony IDL Specifications and User Guide](IDL/idl-guidelines.md)
- Native APIs - Native APIs
- [Using Native APIs in Application Projects](napi/napi-guidelines.md) - [Using Native APIs in Application Projects](napi/napi-guidelines.md)
...@@ -1177,8 +1182,9 @@ ...@@ -1177,8 +1182,9 @@
- Resource Management - Resource Management
- [I18N Error Codes](reference/errorcodes/errorcode-i18n.md) - [I18N Error Codes](reference/errorcodes/errorcode-i18n.md)
- [Resource Manager Error Codes](reference/errorcodes/errorcode-resource-manager.md) - [Resource Manager Error Codes](reference/errorcodes/errorcode-resource-manager.md)
- Resource Scheduling - Background Tasks
- [backgroundTaskManager Error Codes](reference/errorcodes/errorcode-backgroundTaskMgr.md) - [backgroundTaskManager Error Codes](reference/errorcodes/errorcode-backgroundTaskMgr.md)
- [DeviceUsageStatistics Error Codes](reference/errorcodes/errorcode-DeviceUsageStatistics.md)
- [reminderAgentManager Error Codes](reference/errorcodes/errorcode-reminderAgentManager.md) - [reminderAgentManager Error Codes](reference/errorcodes/errorcode-reminderAgentManager.md)
- [workScheduler Error Codes](reference/errorcodes/errorcode-workScheduler.md) - [workScheduler Error Codes](reference/errorcodes/errorcode-workScheduler.md)
- Security - Security
...@@ -1227,7 +1233,6 @@ ...@@ -1227,7 +1233,6 @@
- [System Parameter Error Codes](reference/errorcodes/errorcode-system-parameterV9.md) - [System Parameter Error Codes](reference/errorcodes/errorcode-system-parameterV9.md)
- [USB Error Codes](reference/errorcodes/errorcode-usb.md) - [USB Error Codes](reference/errorcodes/errorcode-usb.md)
- [Update Error Codes](reference/errorcodes/errorcode-update.md) - [Update Error Codes](reference/errorcodes/errorcode-update.md)
- [DeviceUsageStatistics Error Codes](reference/errorcodes/errorcode-DeviceUsageStatistics.md)
- Customization Management - Customization Management
- [Enterprise Device Management Error Codes](reference/errorcodes/errorcode-enterpriseDeviceManager.md) - [Enterprise Device Management Error Codes](reference/errorcodes/errorcode-enterpriseDeviceManager.md)
- Language Base Class Library - Language Base Class Library
...@@ -1244,6 +1249,7 @@ ...@@ -1244,6 +1249,7 @@
- [EGL Symbols Exported from Native APIs](reference/native-lib/third_party_opengl/egl-symbol.md) - [EGL Symbols Exported from Native APIs](reference/native-lib/third_party_opengl/egl-symbol.md)
- [OpenGL ES 3.0 Symbols Exported from Native APIs](reference/native-lib/third_party_opengl/openglesv3-symbol.md) - [OpenGL ES 3.0 Symbols Exported from Native APIs](reference/native-lib/third_party_opengl/openglesv3-symbol.md)
- FAQs - FAQs
- [Guide to Building Full SDK](quick-start/full-sdk-compile-guide.md)
- [Guide to Switching to Full SDK](quick-start/full-sdk-switch-guide.md) - [Guide to Switching to Full SDK](quick-start/full-sdk-switch-guide.md)
- [Programming Languages](faqs/faqs-language.md) - [Programming Languages](faqs/faqs-language.md)
- [Ability Framework Development](faqs/faqs-ability.md) - [Ability Framework Development](faqs/faqs-ability.md)
......
...@@ -183,9 +183,11 @@ This version has the following updates to OpenHarmony 3.2 Beta3. ...@@ -183,9 +183,11 @@ This version has the following updates to OpenHarmony 3.2 Beta3.
| File management subsystem| High-frequency APIs, such as APIs for opening and reading a file, are compatible across platforms.<br>The following requirements are involved:<br>I5X5E5 [fileAPI] [Capability bridging] Bridging the file I/O capability of the target platform<br>I5X5E6 [fileAPI] [Capability bridging] Bridging the file I/O capability of the target platform<br>I5X4P2 [filePicker] Modification to the file access framework interface| NA | | File management subsystem| High-frequency APIs, such as APIs for opening and reading a file, are compatible across platforms.<br>The following requirements are involved:<br>I5X5E5 [fileAPI] [Capability bridging] Bridging the file I/O capability of the target platform<br>I5X5E6 [fileAPI] [Capability bridging] Bridging the file I/O capability of the target platform<br>I5X4P2 [filePicker] Modification to the file access framework interface| NA |
| DFX | - HiTrace provides a unified dotting interface and call link interface.<br>- The power consumption data and system event data can be collected.<br>- Perf data can be collected during the startup of the JS HAP.<br>The following requirements are involved:<br>I5X4TY [New feature] Unified dotting interface of HiTrace: HiTraceMeter<br>I5X4U1 [New feature] Unified call link interface of HiTrace: HiTraceChain<br>I5X4TD [New feature] Power consumption data collection<br>I5X4TE [New feature] System event data collection<br>I5X4TL [New feature] Collection of perf data during JS HAP startup| NA | | DFX | - HiTrace provides a unified dotting interface and call link interface.<br>- The power consumption data and system event data can be collected.<br>- Perf data can be collected during the startup of the JS HAP.<br>The following requirements are involved:<br>I5X4TY [New feature] Unified dotting interface of HiTrace: HiTraceMeter<br>I5X4U1 [New feature] Unified call link interface of HiTrace: HiTraceChain<br>I5X4TD [New feature] Power consumption data collection<br>I5X4TE [New feature] System event data collection<br>I5X4TL [New feature] Collection of perf data during JS HAP startup| NA |
For details on the API difference list, see [API Differences](api-change/v3.2-beta4/Readme-EN.md).
### Chip and Development Board Adaptation For details about the API differences of each subsystem, see [Changelogs](changelogs/v3.2-beta4/Readme-EN.md)
### 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). For details about the adaptation status, see [SIG-Devboard](https://gitee.com/openharmony/community/blob/master/sig/sig-devboard/sig_devboard.md).
### Samples ### Samples
......
...@@ -137,9 +137,9 @@ This version has the following updates to OpenHarmony 3.2 Beta4. ...@@ -137,9 +137,9 @@ This version has the following updates to OpenHarmony 3.2 Beta4.
### SDK Updates ### SDK Updates
From this version, only the public SDK is released. It can also be downloaded through DevEco Studio. From this version, only the public SDK is released. You can obtain the public SDK from the mirror or download it through DevEco Studio.
To use the full SDK, you must download the source code, build the source code, and switch to the full SDK. For details, see [Guide to Building Full SDK](../application-dev/quick-start/full-sdk-compile-guide.md). To use the full SDK that contains the system APIs, you must download the full source code, build a SDK file, and switch to the full SDK on DevEco Studio. For details, see [Guide to Building Full SDK](../application-dev/quick-start/full-sdk-compile-guide.md).
### Feature Updates ### Feature Updates
...@@ -162,9 +162,11 @@ To use the full SDK, you must download the source code, build the source code, a ...@@ -162,9 +162,11 @@ To use the full SDK, you must download the source code, build the source code, a
| File storage| - Unified URI processing is added for application files.<br>- Temporary authorization and unified open entry are added for user data.<br>The following requirements are involved:<br>I687C8 [New capability] Unified URI processing for application files<br>I64U8W [Basic capability] Temporary authorization and unified open entry for user data| NA | | File storage| - Unified URI processing is added for application files.<br>- Temporary authorization and unified open entry are added for user data.<br>The following requirements are involved:<br>I687C8 [New capability] Unified URI processing for application files<br>I64U8W [Basic capability] Temporary authorization and unified open entry for user data| NA |
| Ability framework| - The restart of resident processes is optimized.<br>- The widget database can be switched.<br>- The asynchronous **onConnected** lifecycle is provided.<br>The following requirements are involved:<br>I65M3F [Basic capability] ShellCommand execution control<br>I65V83 [Basic capability] ServiceExtensionAbility support for asynchronous **onConnected** lifecycle<br>I61H21 [Basic capability] Change of the local widget database<br>I63UJ5 [Ability] [ability_runtime] Exception handling in API version 8 and earlier versions<br>I6BDCW [Basic capability] Forbidden to load code in the **data** directory during application loading<br>I6BDDU [Basic capability] Default ability launch mode of the FA model: Standard<br>I6BDE2 [Basic capability] Protection against frequent restart of resident applications| NA | | Ability framework| - The restart of resident processes is optimized.<br>- The widget database can be switched.<br>- The asynchronous **onConnected** lifecycle is provided.<br>The following requirements are involved:<br>I65M3F [Basic capability] ShellCommand execution control<br>I65V83 [Basic capability] ServiceExtensionAbility support for asynchronous **onConnected** lifecycle<br>I61H21 [Basic capability] Change of the local widget database<br>I63UJ5 [Ability] [ability_runtime] Exception handling in API version 8 and earlier versions<br>I6BDCW [Basic capability] Forbidden to load code in the **data** directory during application loading<br>I6BDDU [Basic capability] Default ability launch mode of the FA model: Standard<br>I6BDE2 [Basic capability] Protection against frequent restart of resident applications| NA |
For details on the API difference list, see [API Differences](api-change/v3.2-beta5/Readme-EN.md).
### Chip and Development Board Adaptation For details about the API differences of each subsystem, see [Changelogs](changelogs/v3.2-beta5/Readme-EN.md)
### 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). For details about the adaptation status, see [SIG-Devboard](https://gitee.com/openharmony/community/blob/master/sig/sig-devboard/sig_devboard.md).
......
# Readme
- [Ability framework](js-apidiff-ability.md)
- [Accessibility subsystem](js-apidiff-accessibility.md)
- [Account subsystem](js-apidiff-account.md)
- [Application subsystem](js-apidiff-application.md)
- [ArkUI development framework](js-apidiff-arkui.md)
- [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communication.md)
- [Utils subsystem](js-apidiff-compiler-and-runtime.md)
- [Customization subsystem](js-apidiff-customization.md)
- [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Location subsystem](js-apidiff-geolocation.md)
- [Globalization subsystem](js-apidiff-global.md)
- [Misc services subsystem](js-apidiff-misc.md)
- [MSDP subsystem](js-apidiff-msdp.md)
- [Multimodal input subsystem](js-apidiff-multi-modal-input.md)
- [Multimedia subsystem](js-apidiff-multimedia.md)
- [Common event and notification subsystem](js-apidiff-notification.md)
- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md)
- [Security subsystem](js-apidiff-security.md)
- [Pan-sensor subsystem](js-apidiff-sensor.md)
- [Startup subsystem](js-apidiff-start-up.md)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [Update subsystem](js-apidiff-update.md)
- [USB subsystem](js-apidiff-usb.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
因为 它太大了无法显示 source diff 。你可以改为 查看blob
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New 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|NA|Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath|@ohos.accessibility.GesturePath.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|NA|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<br>Class name: accessibility<br>Method or attribute name: getAccessibilityExtensionList|@ohos.accessibility.d.ts| |Added|NA|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<br>Class name: accessibility<br>Method or attribute name: getAccessibilityExtensionList|@ohos.accessibility.d.ts| |Added|NA|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<br>Class name: accessibility<br>Method or attribute name: sendAccessibilityEvent|@ohos.accessibility.d.ts| |Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint|@ohos.accessibility.GesturePoint.d.ts|
|Added||Module name: ohos.accessibility<br>Class name: accessibility<br>Method or attribute name: sendAccessibilityEvent|@ohos.accessibility.d.ts| |Added|NA|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.GesturePath<br>Class name: GesturePath|@ohos.accessibility.GesturePath.d.ts| |Added|NA|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.GesturePath<br>Class name: GesturePath<br>Method or attribute name: ructor(durationTime|@ohos.accessibility.GesturePath.d.ts| |Added|NA|Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionY|@ohos.accessibility.GesturePoint.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: points|@ohos.accessibility.GesturePath.d.ts| |Added|NA|Method or attribute name: performAction<br>Function name: performAction(actionName: string, parameters?: object): Promise<void>;|AccessibilityExtensionContext.d.ts|
|Added||Module name: ohos.accessibility.GesturePath<br>Class name: GesturePath<br>Method or attribute name: durationTime|@ohos.accessibility.GesturePath.d.ts| |Added|NA|Method or attribute name: performAction<br>Function name: performAction(actionName: string, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint|@ohos.accessibility.GesturePoint.d.ts| |Added|NA|Method or attribute name: performAction<br>Function name: performAction(actionName: string, parameters: object, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: ructor(positionX|@ohos.accessibility.GesturePoint.d.ts| |Deleted|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: on_enableAbilityListsStateChanged|NA|@ohos.accessibility.config.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionX|@ohos.accessibility.GesturePoint.d.ts| |Deleted|Module name: ohos.accessibility.config<br>Class name: config<br>Method or attribute name: off_enableAbilityListsStateChanged|NA|@ohos.accessibility.config.d.ts|
|Added||Module name: ohos.accessibility.GesturePoint<br>Class name: GesturePoint<br>Method or attribute name: positionY|@ohos.accessibility.GesturePoint.d.ts| |Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath|NA|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added||Method or attribute name: performAction<br>Function name: performAction(actionName: string, parameters?: object): Promise<void>;|AccessibilityExtensionContext.d.ts| |Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath<br>Method or attribute name: points|NA|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Added||Method or attribute name: performAction<br>Function name: performAction(actionName: string, callback: AsyncCallback<void>): void;|AccessibilityExtensionContext.d.ts| |Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath<br>Method or attribute name: durationTime|NA|@ohos.application.AccessibilityExtensionAbility.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.application.AccessibilityExtensionAbility<br>Class name: GesturePoint|NA|@ohos.application.AccessibilityExtensionAbility.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.application.AccessibilityExtensionAbility<br>Class name: GesturePoint<br>Method or attribute name: positionX|NA|@ohos.application.AccessibilityExtensionAbility.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: GesturePoint<br>Method or attribute name: positionY|NA|@ohos.application.AccessibilityExtensionAbility.d.ts|
|Deleted|Module name: ohos.application.AccessibilityExtensionAbility<br>Class name: GesturePath||@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>Substitute API: ohos.accessibility|@ohos.accessibility.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: 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<br>Substitute 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| |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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|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|NA|Method or attribute name: findElement<br>Error code: 401|AccessibilityExtensionContext.d.ts|
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- | | ---- | ------ | ------ | -------- |
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: shutdown|@ohos.power.d.ts| |Added|NA|Method or attribute name: getPowerMode<br>Function name: function getPowerMode(): DevicePowerMode;|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: reboot|@ohos.power.d.ts| |Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: shutdownDevice|NA|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: isActive|@ohos.power.d.ts| |Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: wakeupDevice|NA|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: wakeup|@ohos.power.d.ts| |Deleted|Module name: ohos.power<br>Class name: power<br>Method or attribute name: suspendDevice|NA|@ohos.power.d.ts|
|Added||Module name: ohos.power<br>Class name: power<br>Method or attribute name: suspend|@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>Substitute API: {@link power|@ohos.power.d.ts|
|Added||Method or attribute name: getPowerMode<br>Function name: function getPowerMode(): DevicePowerMode;|@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>Substitute API: {@link power|@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: 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: lock<br>Deprecated version: N/A|Method or attribute name: lock<br>Deprecated version: 9<br>Substitute 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: isUsed<br>Deprecated version: N/A|Method or attribute name: isUsed<br>Deprecated version: 9<br>Substitute 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: unlock<br>Deprecated version: N/A|Method or attribute name: unlock<br>Deprecated version: 9<br>Substitute 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<br>Substitute 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: 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<br>Substitute 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: 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: subscribeThermalLevel<br>Deprecated version: N/A|Method or attribute name: subscribeThermalLevel<br>Deprecated version: 9<br>Substitute 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: unsubscribeThermalLevel<br>Deprecated version: N/A|Method or attribute name: unsubscribeThermalLevel<br>Deprecated version: 9<br>Substitute 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|Method or attribute name: getThermalLevel<br>Deprecated version: N/A|Method or attribute name: getThermalLevel<br>Deprecated version: 9<br>Substitute 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|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: 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|Method or attribute name: level<br>Deprecated version: 9|Method or attribute name: level<br>Deprecated version: 6|@system.battery.d.ts|
......
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New 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|NA|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|NA|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| |Added|NA|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 | | Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- | | ---- | ------ | ------ | -------- |
|Added||Module name: ohos.stationary<br>Class name: stationary|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: stationary|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityResponse|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityResponse|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityResponse<br>Method or attribute name: state|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityResponse<br>Method or attribute name: state|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityEvent|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: EXIT|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: EXIT|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER_EXIT|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityEvent<br>Method or attribute name: ENTER_EXIT|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityState|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityState|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: ENTER|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: ENTER|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: EXIT|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: ActivityState<br>Method or attribute name: EXIT|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: on|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: on|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: once|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: once|@ohos.stationary.d.ts|
|Added||Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: off|@ohos.stationary.d.ts| |Added|NA|Module name: ohos.stationary<br>Class name: stationary<br>Method or attribute name: off|@ohos.stationary.d.ts|
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New 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|NA|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|
|Added|Module name: ohos.multimodalInput.inputDevice<br>Class name: inputDevice<br>Method or attribute name: getDeviceList|@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>Substitute API: ohos.multimodalInput.inputDevice|@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| |Deprecated version changed|Method or attribute name: getDeviceIds<br>Deprecated version: N/A|Method or attribute name: getDeviceIds<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@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| |Deprecated version changed|Method or attribute name: getDevice<br>Deprecated version: N/A|Method or attribute name: getDevice<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@ohos.multimodalInput.inputDevice.d.ts|
|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| |Deprecated version changed|Method or attribute name: getDevice<br>Deprecated version: N/A|Method or attribute name: getDevice<br>Deprecated version: 9<br>Substitute API: ohos.multimodalInput.inputDevice|@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 | | Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- | | ---- | ------ | ------ | -------- |
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: getSync|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: getSync|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: get|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: setSync|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: setSync|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: set|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: set|@ohos.systemParameterV9.d.ts|
|Added||Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: set|@ohos.systemParameterV9.d.ts| |Added|NA|Module name: ohos.systemParameterV9<br>Class name: systemParameterV9<br>Method or attribute name: set|@ohos.systemParameterV9.d.ts|
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- | | ---- | ------ | ------ | -------- |
|New||Method or attribute name: sendUpdateCellLocationRequest<br>Function name: function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;|@ohos.telephony.radio.d.ts| |Added|NA|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| |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|
|Permission deleted|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: ohos.permission.GET_NETWORK_INFO|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: N/A|@ohos.telephony.data.d.ts| |Permission deleted|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: ohos.permission.GET_NETWORK_INFO|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: N/A|@ohos.telephony.data.d.ts|
|Permission deleted|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: ohos.permission.GET_NETWORK_INFO|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: N/A|@ohos.telephony.data.d.ts| |Permission deleted|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: ohos.permission.GET_NETWORK_INFO|Method or attribute name: getDefaultCellularDataSlotId<br>Permission: N/A|@ohos.telephony.data.d.ts|
......
| Change Type | New Version | Old Version | d.ts File | | Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- | | ---- | ------ | ------ | -------- |
|Error code added||Method or attribute name: getOnlineUpdater<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getOnlineUpdater<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getRestorer<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getRestorer<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getLocalUpdater<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getLocalUpdater<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: checkNewVersion<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: checkNewVersion<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getNewVersionInfo<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getNewVersionInfo<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getNewVersionDescription<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getNewVersionDescription<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getCurrentVersionInfo<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getCurrentVersionInfo<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getCurrentVersionDescription<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getCurrentVersionDescription<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getTaskInfo<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getTaskInfo<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: download<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: download<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: resumeDownload<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: resumeDownload<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: pauseDownload<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: pauseDownload<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: upgrade<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: upgrade<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: clearError<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: clearError<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: getUpgradePolicy<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: getUpgradePolicy<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: setUpgradePolicy<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: setUpgradePolicy<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: terminateUpgrade<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: terminateUpgrade<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: on<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: on<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: off<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: off<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: factoryReset<br>Error code: 201, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: factoryReset<br>Error code: 201, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: verifyUpgradePackage<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: verifyUpgradePackage<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: applyNewVersion<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: applyNewVersion<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: on<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: on<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
|Error code added||Method or attribute name: off<br>Error code: 201, 401, 11500104|@ohos.update.d.ts| |Error code added|NA|Method or attribute name: off<br>Error code: 201, 401, 11500104|@ohos.update.d.ts|
# JS API Differences
- [Ability framework](js-apidiff-ability.md)
- [Account subsystem](js-apidiff-account.md)
- [Application subsystem](js-apidiff-application.md)
- [ArkUI development framework](js-apidiff-arkui.md)
- [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communication.md)
- [Utils subsystem](js-apidiff-compiler-and-runtime.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [File management subsystem](js-apidiff-file-management.md)
- [Location subsystem](js-apidiff-geolocation.md)
- [Globalization subsystem](js-apidiff-global.md)
- [Misc services subsystem](js-apidiff-misc.md)
- [Multimedia subsystem](js-apidiff-multimedia.md)
- [Common event and notification subsystem](js-apidiff-notification.md)
- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md)
- [Security subsystem](js-apidiff-security.md)
- [Startup subsystem](js-apidiff-start-up.md)
- [Telephony subsystem](js-apidiff-telephony.md)
- [Test subsystem](js-apidiff-unitest.md)
- [User IAM subsystem](js-apidiff-user-iam.md)
- [Web subsystem](js-apidiff-web.md)
- [Window manager subsystem](js-apidiff-window.md)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册