How to read content Provider of other shared applications

Hi Team,

I have content provider shared by Android Native application, And want read the data on this shared content provider using IONIC 2 applicaiton.

I didn’t find any IONIC cordova plugin to use and read the shared content provider.
Please let me know if you know how to do this.

Regards,
Sarfraaz.

I’ve found someone tried to achieve the same thing by implementing below cordova plugin.

Thank you . I will check

This doesn’t work on ionic3

@kjhnice77 : can you share the code snippet? and the Data column you are trying to read from the shared application?