commit | b41470bd46e7f6ea8047a039db31c2f3e0e8600e | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jul 16 16:37:41 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 16 17:17:27 2024 +0900 |
tree | cdd13a0aa4774f4d558eb06c9848544e5368d65c | |
parent | ac7fc67349dd5b16ebc59d6c945cf5ed3bf74ef7 [diff] |
Ferrochrome app guides how to download the assets Ferrochrome app which is pre-installed on the device won't have assets (the guest OS image) in it. In that case, the app instructs the user to follow the guideline (go/try-ferrochrome) to manually download the version of the app with assets in it and install it. This CL also makes some minor changes: * Readability enhancement - deleted the theme with no action bar - increased the font size of the text view * After the asset extraction is done, wait for 30 sec before starting the vm launcher activity. Ideally, this shouldn't be needed but for some unknown reason it takes some time for the filesystem to be updated after the asset files extraction. Bug: N/A Test: run the app, and follow go/try-ferrochrome Change-Id: I0ef0401067624dcfc59fefd71da9109f85cf5a6d
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: