Reset signature ID after uninstall

This commit is contained in:
Henrik Tunedal 2011-03-22 21:31:34 +01:00
parent 89dd64a210
commit 7c43b91502

@ -265,6 +265,7 @@ public class AppDetails extends ListActivity {
// Get the signature of the installed package...
mInstalledSignature = null;
mInstalledSigID = null;
if (curver != null) {
PackageManager pm = getBaseContext().getPackageManager();
try {