[android-developers] uninstalling packages/ APK's in C

2011-03-15 Thread Kiran K
Hello All, I want to uninstall the some packages / apk's depending some some condition ( based on my custom version number) . How do I do it at during system startup in C code ? My plan to create a service and start it (via init.rc) to delete the packages. I have created the template for the

Re: [android-developers] uninstalling packages/ APK's in C

2011-03-15 Thread Mark Murphy
This is not an appropriate list for this question. Please visit http://source.android.com for firmware topics. On Mon, Mar 14, 2011 at 12:53 AM, Kiran K kira...@gmail.com wrote: Hello All, I want to uninstall the some packages / apk's depending some some condition ( based on my custom version