commit | 53d0b214c6c65f8edc37f0d828c56a582ff6711c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 20 16:58:37 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jul 26 20:09:31 2023 +0900 |
tree | c8a18da2c0664621ccd798f7b03c1e667944301a | |
parent | 76beee13636f16ec1eec4d72264d2ec5a0277788 [diff] |
Add API getting list of assignable devices An app can call getAssignableDevices to check the types of devices supported. The app must have USE_CUSTOM_VIRTUAL_MACHINE permission to do that. Bug: 287379025 Test: TH Change-Id: I2013810388eaf7599ac1e2e6e535be0aca0cbec7
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:
How-Tos: