vote up 3 vote down star
1

Can a package uninstall itself? Can a package uninstall another package if they share the same userId and signature?

flag

63% accept rate
Thks for asking... I know there are an third party app called easy uninstall that let you uninstall package so maybe we should look at the source. – e-satis May 21 at 9:28

2 Answers

vote up 2 vote down

Hi, i've been searching for that for some time, but i haven't found the prove that package could be uninstalled programatically. I use PackageManager public abstract void installPackage (Uri packageURI, IPackageInstallObserver observer, int flags) method to install package.

But according to me when some application can install package, it should have opportunity to uninstall this package. Is this possible in android?

Please help.

Greetings!

link|flag
vote up 1 vote down

see here for an answer: http://android.amberfog.com/?p=98

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.