Understanding the Android Virtualization Framework (AVF)

Leo Chen
3 min readJun 23, 2024

--

I’ve had the opportunity to host meetings with security experts discussing the Android Virtualization Framework (AVF) and how to bring it to market. Terms like pKVM, pVM, TEE, SecretKeeper, and Microdroid can be confusing, so I’ve compiled a concise explanation to make sense of it all.

As the complexity of mobile applications and the sensitivity of the data they handle increase, so does the need for robust security solutions. Enter the Android Virtualization Framework (AVF), a groundbreaking innovation designed to enhance security, efficiency, and flexibility in Android devices. In this blog post, we’ll explore AVF and how its key components work together to create a more secure mobile ecosystem.

What is the Android Virtualization Framework (AVF)?

The Android Virtualization Framework (AVF) is a comprehensive set of technologies enabling the creation and management of isolated execution environments on Android devices. These environments, known as Protected Virtual Machines (pVMs), are designed to securely isolate workloads from the main operating system, thus enhancing security and efficiency.

At the heart of AVF is the Protected KVM (pKVM), an open-source Type-1 hypervisor that runs directly on the device’s hardware. By operating below the Linux kernel, pKVM ensures robust isolation of pVMs and securely manages their execution. This setup addresses the limitations of traditional Trusted Execution Environments (TEEs), such as TrustZone, which have been constrained by hardware dependencies and less flexible resource allocation.

AVF supports dynamic resource allocation, allowing resources to be assigned to workloads as needed, improving efficiency and reducing production costs. This is a significant improvement over the static allocation required by legacy systems like TrustZone. By leveraging standardized interfaces, AVF ensures compatibility across different devices and SoCs, simplifying the development and deployment of secure applications.

A key innovation within AVF is Microdroid, a minimalist Android-based operating system designed to run as a guest in a pVM. Microdroid provides a lightweight and efficient platform for running isolated applications within AVF. Another important component is SecretKeeper, a security service that ensures sensitive data and secrets are managed securely within these isolated environments.

The integration of AVF with General Kernel Image (GKI) initiatives standardizes the Linux kernel used in Android devices, ensuring compatibility and facilitating the adoption of AVF across various hardware platforms. This integration also supports features like verified boot and binary transparency, enhancing the security and trustworthiness of the Android ecosystem.

Keymint, Widevine, and biometric applications can all benefit from the enhanced security and isolation provided by AVF. By running within pVMs, these applications can protect critical cryptographic operations, high-value media content, and sensitive biometric data more effectively.

Moreover, AVF’s open-source nature encourages contributions from the global developer community, ensuring long-term viability and continuous improvement. Rigorous security evaluations by independent experts further enhance AVF’s resilience against sophisticated attacks, ensuring that the framework remains robust and secure.

In summary, the Android Virtualization Framework (AVF) represents a significant advancement in Android security architecture. By leveraging modern virtualization technologies, AVF offers a more secure, efficient, and flexible solution for running sensitive applications on Android devices. With pKVM, pVMs, Microdroid, SecretKeeper, and support from the GKI initiative, AVF is poised to revolutionize how we think about security and efficiency in mobile devices.

--

--

Leo Chen
Leo Chen

Written by Leo Chen

Hi, I'm Leo, a software engineer with over 15 years of work experience in mobile application development.