[android-developers] Re: Interrupting the app uninstaller

2009-11-15 Thread QuantumRand
Sorry I haven't replied...This was pretty much my first time here and I have yet to get into the pattern of checking it. Anyways, I see where a custom confirmation window could be a problem with a malicious app. I hadn't considered that. Oddly enough, I was persuing this in order to try and

[android-developers] Re: Interrupting the app uninstaller

2009-10-30 Thread biAji
On Oct 27, 3:27 am, Doug dougforp...@gmail.com wrote: I completely agree that there should be no way for an application to prevent its uninstallation - but there are valid reasons why the application may want to pop up some important information to the user either before or after the

[android-developers] Re: Interrupting the app uninstaller

2009-10-26 Thread Doug
I completely agree that there should be no way for an application to prevent its uninstallation - but there are valid reasons why the application may want to pop up some important information to the user either before or after the uninstall. A good example of this is a service that adjusts some

[android-developers] Re: Interrupting the app uninstaller

2009-10-25 Thread Dianne Hackborn
Absolutely no way with the SDK. And the two paths for uninstalling (via Market or by invoking the uninstall UI) already have their own form of confirmation. On Sat, Oct 24, 2009 at 3:22 PM, QuantumRand isthisr...@gmail.com wrote: Hello, I'm trying to create an app that will inject any time