Lets say I have installed a third party app & I want to access the content provider which is in that app.
How would I know the authority part of the URI?
I mean how can I know what the developer have assigned for android:authorities="" for provider with in manifest file?
