commit | 7bacda491f62ddcc55fda318a2d769a5704e3a27 | [log] [tgz] |
---|---|---|
author | Mu-Le Lee <mulelee@google.com> | Fri Nov 01 20:56:07 2024 +0800 |
committer | Mu-Le Lee <mulelee@google.com> | Fri Nov 01 21:03:02 2024 +0800 |
tree | 18b6885e126810682182f37692a7ea817c59eab1 | |
parent | 2b51b6bbc63e31b0efec2d1b37c27505b77922ad [diff] |
Use shared preference to store forwarding ports key PREFERENCE_FORWARDING_PORTS for all available ports (StringSet) key PREFERENCE_FORWARDING_PORT_IS_ENABLED_{port} for the enable/disable of ports (Boolean) Bug: 375873420 Test: Manually Change-Id: I06b360d6d31cc34a6618fc418f7fdeef13694ccf
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: