commit | 23b6739340f3c899e45dc3d94e6b67d3639c4b71 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jul 04 13:51:42 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jul 04 14:00:49 2024 +0900 |
tree | d55c2cdb40e001ac9204065092feae79ff748260 | |
parent | 55bceac5fb5a01d818dbddc1da0ae46a62301c6e [diff] |
Suspend the VM when it's not visible on the screen ... and resume it when it becomes visible again Bug: 348552343 Bug: 348380730 Test: play a youtube video in a vm. go back to Android. take some time and return to the vm. the video resumes at the point it was. Change-Id: I517c8cf242866df99fe68396417f30bec28ff7dc Change-Id: I462590eb1cc67b82ef0ef2283e4647f9163af4d0
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: