Temp disable plugin's signature checking.

Filed http://b/issue?id=2465450 to re-enable later.
This commit is contained in:
Grace Kloba
2010-02-23 16:24:21 -08:00
parent e575d3dff5
commit 6870eba19f

View File

@@ -165,6 +165,7 @@ public class PluginManager {
continue;
}
/* temporarily disable signatures checking
// check to ensure the plugin is properly signed
Signature signatures[] = pkgInfo.signatures;
if (signatures == null) {
@@ -184,7 +185,7 @@ public class PluginManager {
continue;
}
}
*/
// determine the type of plugin from the manifest
if (serviceInfo.metaData == null) {
Log.e(LOGTAG, "The plugin '" + serviceInfo.name + "' has no type defined");