Skip to content
New issue

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

Option to send data uri #8

Open
begrossi opened this issue May 2, 2015 · 0 comments
Open

Option to send data uri #8

begrossi opened this issue May 2, 2015 · 0 comments

Comments

@begrossi
Copy link

begrossi commented May 2, 2015

I want to call ACTION_MEDIA_SCANNER_SCAN_FILE intent, but I need to send it a data uri.
Something like this:

Intent mediaScanIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);
Uri contentUri = Uri.parse(absolutePath);
mediaScanIntent.setData(contentUri);
this.cordova.getActivity().sendBroadcast(mediaScanIntent)

But I can't set data with WebIntent plugin.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant