From ice-cream sandwich & above versions, application can be uninstalled without going to settings but in apps menu & simply selecting uninstall. But before android 4.0, if user open settings we can restrict accessing it by using password prompt, etc with activityManager.runningTasks(). Can a similar scenario be applied to this new uninstallation proceedure. I tried to capture activity name, label, processs name when user click on uninstall on menu, but no luck yet.
Thanks.