commit | 505be76f614d5a1d29301d70d181bb7b8514d3b9 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jan 07 17:17:38 2025 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jan 10 21:39:39 2025 +0900 |
tree | 14c12ff98b820c2ac2892b5d725ccdbc327862b8 | |
parent | 1c205f7bccb2529da40b0fd16cc1064b0a8b3c8e [diff] |
Add Application class The class doesn't do anything yet. It will act as the app-wide singleton. Bug: 381791936 Test: N/A Change-Id: I64fd9fed848ee27259a983b782fac5986fbe7c7b
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: