# Release Notes

### Release 1.0.6

#### Highlights

Initial build of Accessibility Enabler. The application receives screen coordinates and optional delay parameters in milliseconds via an Android intent. It can then trigger automated button-taps to grant Accessibility permissions to another app.

#### Details

* Implemented functionality to enable and disable system Settings.
* Implemented a delay before beginning touch events and a delay between events.
* Added option of configuring the delay before the touch events (startupdelay) and in between touch events (inputdelay) in milliseconds; these values are passed in by intent.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluefletch.com/bluefletch-enterprise/product-guides/device-applications/accessibility-enabler/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
