Re: [android-developers] Re: Deleting An Application with ContentProvider Other Applications not working

2010-03-24 Thread Rajiv
Hi Kantesh, Thanks for the reply. Yes i have used the cursor in the following way: Uri allTitles = Uri.*parse*(com.sky.android.project.projectname/data ); Cursor c = managedQuery(allTitles, *null*, *null*, *null*, username desc); c.close(); Regards Rajiv On Tue, Mar 23, 2010

[android-developers] Re: Deleting An Application with ContentProvider Other Applications not working

2010-03-23 Thread Kantesh
hi, If u r using cursor, r closing after done with that? On Mar 23, 7:11 pm, Rajiv rajiv...@gmail.com wrote: Hi all I have a problem to uninstalling the product in android. I have used *ContentProvider* to share data in multiple applications. I used  in Android Manifest file  *provider