[TIMOB-12926] Expose Android API - Content Provider
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | César Cavazos |
| Assignee | Gary Mathews |
| Created | 2013-03-01T21:21:43.000+0000 |
| Updated | 2020-03-13T16:13:54.000+0000 |
Description
Expose of an Android specific API to allow other application access the sandbox storage of an app using Content Provider.
Reference docs
http://developer.android.com/guide/topics/providers/content-providers.html
We rely on this as well, to be able to receive files from other apps and handle them in our app. [~jquick] if this can be scheduled for a future release, that'd be great! *EDIT*: Maybe it works already somehow, but currently, handling a file like
content://com.android.chrome.FileProvider/downloads/myPdf.pdfviaTi.Filesystem.getFile(url)returnsexists: false.