Stops attempting to get signatures for not-installed packages
This only wastes a negligible amount of time, but causes silly log messages.
This commit is contained in:
parent
335d27b725
commit
ff8dde9cc7
@ -284,7 +284,7 @@ public class AppDetails extends ListActivity {
|
||||
// Get the signature of the installed package...
|
||||
mInstalledSignature = null;
|
||||
mInstalledSigID = null;
|
||||
if (curver != null) {
|
||||
if (app.installedVersion != null) {
|
||||
PackageManager pm = getBaseContext().getPackageManager();
|
||||
try {
|
||||
PackageInfo pi = pm.getPackageInfo(appid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user