Hi i have one application which play with content provider(contacts etc) now when i uninstall my application i want to arranger the original data of content provider.
Your application will not be informed when it is being uninstalled. However, Android will get rid of all data in your application local data store (e.g., getFilesDir()).