commit | 848e6eeefb57b716c1caf6246b84c88ec638f340 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Mar 17 13:32:08 2025 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Mar 17 13:44:37 2025 +0900 |
tree | 06969d9b044fa0411211f4012a87127f3b085127 | |
parent | 855dee1102bf6edcd913b646495a6a095201264b [diff] |
More refactoring * use reverse domain name notation for all actions and extras * fix NPE when stopping via notification * mandate non-nullability on resultreceiver * VmLauncherService.run/stop are replaced with getIntentForStart/Shutdown * stop importing functions from companion objects Bug: N/A Test: run, rerun, resize, stop from notification Change-Id: I569379f9a41441d7ca67e1e19f5c632dcf0c6bed
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: