openharmony_ci be4b600ffb
!200 修正napi向辅助应用返回的返回值类型不正确的问题
Merge pull request !200 from Mupceet/release_0622_napi_return_wrong
2022-06-23 12:10:13 +00:00
2022-01-17 15:18:06 +08:00
2022-06-23 06:37:18 +00:00
2022-03-09 14:06:39 +08:00
2022-01-08 17:49:41 +08:00
2022-03-22 11:05:59 +08:00

Accessibility

Introduction

The accessibility framework provides a standard mechanism for exchanging information between applications and accessibility applications and supports the development of accessibility applications to enhance the accessibility experience. The typical use cases are as follows:

  1. Allow people with disabilities to use applications. For example, provide the screen reader for people with visual impairments.
  2. Provide the capability to interact with applications. For example, offer the UI automatic test framework and the capability to develop accessibility applications based on UI responses.

Directory Structure

/foundation/barrierfree/accessibility
├── frameworks
│   ├── aafwk               # AccessibleAbility Kit implementation code
│   └── asacfwk             # AccessibleAbilityClient Kit implementation code
├── interfaces
│   ├── innerkits           # Internal APIs of AccessibleAbility and AccessibleAbilityClient
│   └── kits                # Developer APIs of AccessibleAbility and AccessibleAbilityClient
├── sa_profile              # System service configuration files
├── services
│   └── aams                # Framework code of the AccessibleAbility management service
│   └── test                # Test code
├── test                    # Test code
└── util                    # Utility code

Repositories Involved

accessibility

distributedschedule_samgr

appexecfwk_standard

notification_ces_standard

multimodalinput_input

Description
No description provided
Readme 17 MiB
Languages
C++ 99.7%
C 0.3%