donut snapshot

This commit is contained in:
Jean-Baptiste Queru
2009-08-11 13:12:34 -07:00
parent 5c1207be90
commit ac1e59d887
343 changed files with 52130 additions and 12962 deletions

View File

@@ -209,6 +209,10 @@ public class CertTool {
}
freeX509Certificate(handle);
}
if (intent != null) context.startActivity(intent);
if (intent != null) {
context.startActivity(intent);
} else {
Log.w("CertTool", "incorrect data for addCertificate()");
}
}
}