Lines Matching refs:extension
3 …ility extension capabilities based on AccessibilityExtensionAbility in the ExtensionAbility framew…
7 …essibility extension service by creating a project from scratch or adding the service to an existi…
8 This example creates an accessibility extension service that implements the following functions:
13 To create an independent accessibility extension service, create a project in the stage model of AP…
50 | onConnect(): void | Called when a connection with the extension service is set up.|
51 | onDisconnect(): void | Called when the connection with the extension service is severed.|
196 You can also process physical key events in the accessibility extension service. For details, see […
200 After developing the custom logic for an accessibility extension service, you must add the configur…
203 …dicates the name of the **extensionAbility** displayed in the list of installed extension services.
204 …on about the **extensionAbility** displayed on the details page of the installed extension service.
224 …extension service. You need to create the **accessibility_config.json** file in **resources/base/p…
236 You can enable or disable a custom accessibility extension service through the device settings.
240 2. Locate the target extension service, and toggle on or off the switch to enable or disable it.