commit | 534d9c050cc341d2a22091e781518a29b9a8fdf8 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Jul 10 15:03:41 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Jul 10 15:06:02 2024 +0000 |
tree | 84e27b1279712ebeaf49000183613f5b211bee1d | |
parent | cde121fd8ef8d06c4b983b2c057c25647532b9e9 [diff] |
Use Application#onTrimMemory in memory reclaim test. Application#onTrimMemory calls the onTrimMemory for all the ComponentCallbacks2 registered in the application. This approach proves to be more stable than the previous `adb shell am send-trim-memory` one. Bug: 350643742 Test: atest MicrodroidTests Change-Id: I28ca247e1c2c0a3fa46e1b9a948cfc02336f52f3
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: