We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document provider feature will show the available spaces for an specific account.
By selecting an account in document provider, a list of spaces is displayed, every of them as a folder. Then, user will browse through it as usual.
No changes for non-spaces accounts.
Article with info about DocumentsProvider: https://medium.com/androiddevelopers/building-a-documentsprovider-f7f2fb38e86a
SpaceCursor
RootCursor
COLUMN_DOCUMENT_ID
DocumentsStorageProvider
The text was updated successfully, but these errors were encountered:
JuancaG05
Successfully merging a pull request may close this issue.
Document provider feature will show the available spaces for an specific account.
By selecting an account in document provider, a list of spaces is displayed, every of them as a folder. Then, user will browse through it as usual.
No changes for non-spaces accounts.
Article with info about DocumentsProvider: https://medium.com/androiddevelopers/building-a-documentsprovider-f7f2fb38e86a
TASKS
SpaceCursor
to show spacesRootCursor
to set correct directory toCOLUMN_DOCUMENT_ID
depending on whether it's a spaces or non-spaces accountDocumentsStorageProvider
to show the list of spacesThe text was updated successfully, but these errors were encountered: