mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
AppDataDocumentProvider: Add missing `COLUMN_FLAGS
` in the default document projectation
Fixes unable to copy files from device to app's internal storage problem
This commit is contained in:
parent
96e1c8fcd3
commit
3f6f29dd7d
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public class AppDataDocumentProvider extends DocumentsProvider {
|
|||
Document.COLUMN_DISPLAY_NAME,
|
||||
Document.COLUMN_MIME_TYPE,
|
||||
Document.COLUMN_LAST_MODIFIED,
|
||||
Document.COLUMN_FLAGS,
|
||||
Document.COLUMN_SIZE
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue