-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Details
The most recent Android API's, handle the files as a database of URI's, so we can handle it by adding support for cursor queries, as required by #10, thanks @ankitparmar007.
Tasks
- Search and add experimental APIs to allow this usecase.
- Add support for
initialUri. - Add
copyAPI to allow export files. -
Get data dir from a specific app (package id)(Not covered by this package).
Issues
Useful resources
- How to list files in an android directory.
- Check
querypublic method API fromDocumentProviderclass. - THIS is what I was looking for... maybe. Useful to query a large data set as we can see here.
- Implement initial dir param.
- Remember:
Tree Document URIis notSingle Document URI.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request