Skip to content

Commit 10f4bd1

Browse files
authored
chore: Update the main README regarding Android (#557)
1 parent 0316518 commit 10f4bd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The interaction between the provider (toolkit or application) and the platform a
3030

3131
One notable consequence of this design is that only the platform adapter needs to retain a complete accessibility tree in memory. That means that this design is suitable for immediate-mode GUI toolkits, as long as they can provide a stable ID for each UI element.
3232

33-
The platform adapters are written primarily in Rust. We've chosen Rust for its combination of reliability and efficiency, including safe concurrency, which is especially important in modern software. Some future adapters will need to be partially written in another language, such as Java for the Android adapter.
33+
The platform adapters are written primarily in Rust. We've chosen Rust for its combination of reliability and efficiency, including safe concurrency, which is especially important in modern software. Some future adapters may need to be partially written in another language.
3434

3535
The current released platform adapters are all at rough feature parity. They don't yet support all types of UI elements or all of the properties in the schema, but they have enough functionality to make non-trivial applications accessible, including support for both single-line and multi-line text input controls. They don't yet support rich text or hypertext.
3636

@@ -43,7 +43,6 @@ The following platform adapters are currently available:
4343

4444
#### Planned adapters
4545

46-
* Android
4746
* iOS
4847
* web (for applications that render their own UI elements to a canvas)
4948

0 commit comments

Comments
 (0)