commit | 27a9e93f26207ef1d7f8cfb600feaa05410eb4c0 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 07 18:38:36 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Aug 07 22:26:55 2024 +0900 |
tree | cba3f1f5551d699687c87d047d7e4735f7efb184 | |
parent | a2b0c78383cec628a940a78e8fcff99e9412957e [diff] |
Further cleanup of the Launcher app * remove unnecessary null checks * group related statements close together * rename local vars * don't send lid open/close events; no longer needed as surface's lifecycle is changed * don't keep the screen on Bug: N/A Test: N/A Change-Id: I8e7ba66550e611c9b86a5adf87d794b286e1d3b2
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: