AppDataDocumentProvider: Add missing `COLUMN_FLAGS` in the default document projectation (#741)

Fixes unable to copy files from device to app's internal storage problem
This commit is contained in:
Ishan09811
2025-03-07 17:01:08 +05:30
committed by GitHub
parent 96e1c8fcd3
commit 3ea05bd200

View File

@@ -38,6 +38,7 @@ public class AppDataDocumentProvider extends DocumentsProvider {
Document.COLUMN_DISPLAY_NAME, Document.COLUMN_DISPLAY_NAME,
Document.COLUMN_MIME_TYPE, Document.COLUMN_MIME_TYPE,
Document.COLUMN_LAST_MODIFIED, Document.COLUMN_LAST_MODIFIED,
Document.COLUMN_FLAGS,
Document.COLUMN_SIZE Document.COLUMN_SIZE
}; };