Skip to content

Repository files navigation

Titanium Content Resolver Module

Allows Titanium Mobile (Android) Projects to Resolve Content URLs

Copyright 2014 by Gavy Aggarwal

Sample Usage:

var contentResolver = require('com.feistapps.contentresolver');
var filePath = "file://" + contentResolver.resolveURL();
var file = Ti.Filesystem.getFile(filePath);

*Note: The Titanium Mobile 3.2.1GA Release fails to resolve content:// URLs, so I made this module as a workaround.

About

Allows Titanium Mobile (Android) Projects to Resolve content:// URLs

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages