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:
Ishan09811 2025-03-07 16:33:27 +05:30 committed by GitHub
parent 96e1c8fcd3
commit 3f6f29dd7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
};