commit | aa8f0c5ae38f87fc3d40e75e3fb7d43138b5d115 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Feb 17 14:07:50 2025 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Sun Feb 16 22:05:04 2025 -0800 |
tree | e4cb4c03fa200a9e275ba00def8448403f5faefc | |
parent | 78dd87a809e1f22f265c4411233ff616713a798c [diff] |
Move requestPermissions from onResume to onCreate 1. MainActivity's onResume and InstallerActivity's onResume are called in serial, which causes nested permission dialog. 2. it's infinite loop(keep asking the permission) if a user presses the back button in the permission dialog For those reason, I moved the method to onCreate Bug: 396238850 Test: run the terminal app Change-Id: I802e595448a6ce3c7be17615294542b9d9e15a25
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: