commit | 21214bbbafe37c9341708008526d6647485e0df2 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Nov 27 15:53:37 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Wed Nov 27 06:57:03 2024 +0000 |
tree | d9ca46eb5372585146d0f0e4bc400e5776b866d5 | |
parent | 4e6da0e618bbe9d48751562a6a99efa05c83c5c5 [diff] |
VmTerminalApp: Fix a11y for resize slider Material Slider has following limitation for a11y supports: - Switch access gives focus twice -- one for the whole slider and one another for the slider thumb. - Its contents description can't be customized and locale is hardcoded to Locale.US. This fixes the a11y issues by migrating material slider to SeekBar. Bug: 376793362 Bug: 376813681 Bug: 376799783 Test: Manually with talkback and switch access \ - switch access doesn't give focus twice \ - talkback reads 11 Gigabytes instead of 11 GB. Change-Id: I6d1aa269500ef1a4b6411db55d187111dd402edd
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: