On Thu, Oct 18, 2012 at 8:55 AM, Gautam Bisht <[email protected]> wrote: > I want to create a application for my employee which will be distributed > from my server. I want a feature that once the employee leave the company i > can remotely uninstall the application from his/her mobile. > Is it possible in android??
Not really. You can *start* the uninstallation process via an ACTION_UNINSTALL_PACKAGE Intent and startActivity(). However, the user has to confirm the removal. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

