commit | 93713abf5742b1ebebc6c65fa568001577872f11 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Fri Jul 19 04:42:08 2024 +0000 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Jul 19 06:06:50 2024 +0000 |
tree | 0096aa02dec5093d6afa8f946595b12cea575f0c | |
parent | 83c1805632c24b2bdcb6fef9437f41e9cbb20312 [diff] |
Harden clipboard handling * Rename connectClipboardSharingServer() to more generic name. * Use try-with-resource to manage pfd life cycle. * Check the length of read bytes. * Ensure onWindowFocusChanged() doesn't throw. Bug: 348303697 Test: Launch FerrochromeApp and test clipboard Change-Id: Ibf340a5b27f359ee3b22d693f1206399439bcf18
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: