Re: [android-developers] Uninstalling Running Application.

2011-09-09 Thread Dianne Hackborn
It is immediately killed and removed. The app can not be involved in that. On Thu, Sep 8, 2011 at 7:10 AM, sangram wrote: > Hello, > I wanted to know what happens when I try to uninstall an > ACTIVE(RUNNING) application. Does that application get any > notification? How the packagemanager handl

[android-developers] Uninstalling Running Application.

2011-09-09 Thread sangram
Hello, I wanted to know what happens when I try to uninstall an ACTIVE(RUNNING) application. Does that application get any notification? How the packagemanager handles such scenario? Does the onDestroy method get called for the current activity/service of the active application? Thanks, Sangram -