Skip to content

Option to send data uri #8

@begrossi

Description

@begrossi

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions