Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12926] Expose Android API - Content Provider

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterCésar Cavazos
AssigneeGary Mathews
Created2013-03-01T21:21:43.000+0000
Updated2020-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

Comments

  1. Hans Knöchel 2019-06-30

    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.pdf via Ti.Filesystem.getFile(url) returns exists: false.

JSON Source