I have created a my own ContentProvider by extending class ContentProvider with all its abstract methods.
I am able to use MyContentProivder in my application where I created it,but I am not getting how can I use it in other application.
This question might have been asked many times but I am really not getting any information.
Please Help
