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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);
}