Pandroid: Storage Access Framework (SAF) (#408)

This commit is contained in:
Gabriel Machado
2024-02-17 12:09:46 -04:00
committed by GitHub
parent 3c25be4c63
commit 6af4a04987
20 changed files with 292 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
namespace AndroidUtils {
int openDocument(const char* directory, const char* mode);
}