android: import files from Storage Access Framework

This commit is contained in:
Martín Fernández
2019-12-21 15:59:23 +01:00
parent 0f896765c3
commit 25e80358dc
3 changed files with 33 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ local Device = {
canUseCBB = yes, -- The C BB maintains a 1:1 feature parity with the Lua BB, except that is has NO support for BB4, and limited support for BBRGB24
hasColorScreen = no,
hasBGRFrameBuffer = no,
canImportFiles = no,
canToggleGSensor = no,
canToggleMassStorage = no,
canUseWAL = yes, -- requires mmap'ed I/O on the target FS