commit | 53b573223d0ac3904c2670e34019b0ea0e2039b2 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Mar 24 17:24:22 2025 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Mon Mar 24 17:24:22 2025 +0900 |
tree | 6c2985a3c2fa800bf088b7d19ad288520ef92295 | |
parent | 95a387f326010f31ba8644cc7cda09fbe640f337 [diff] |
closeTab calls finish() instead of finishAndRemoveTask() It doesn't need to be finishAndRemoveTask() and it causes weird behavior in resize scenario, because finishAndRemoveTask() cleans up Resize Activity before it's ready to restart MainActivity, so it shows Launcher for a while which is very weird. Bug: 405412371 Test: resize Change-Id: I62c5475b161217c0e88841d538c3a16def502d28
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: