mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Add full support for Android scoped storage.
This was done by refactoring directory and file access handling for the Android platform so that any general filesystem access type go through the Android layer. This allows us to validate whether the access is unrestricted, or whether it falls under scoped storage and thus act appropriately.
This commit is contained in:
parent
ff78e2d4c5
commit
24e3b3b88d
40 changed files with 2360 additions and 300 deletions
|
@ -49,10 +49,6 @@
|
|||
#include <mntent.h>
|
||||
#endif
|
||||
|
||||
DirAccess *DirAccessUnix::create_fs() {
|
||||
return memnew(DirAccessUnix);
|
||||
}
|
||||
|
||||
Error DirAccessUnix::list_dir_begin() {
|
||||
list_dir_end(); //close any previous dir opening!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue