Loading core/java/android/webkit/PluginManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ public class PluginManager { continue; } /* temporarily disable signatures checking // check to ensure the plugin is properly signed Signature signatures[] = pkgInfo.signatures; if (signatures == null) { Loading @@ -185,7 +184,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"); Loading Loading
core/java/android/webkit/PluginManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ public class PluginManager { continue; } /* temporarily disable signatures checking // check to ensure the plugin is properly signed Signature signatures[] = pkgInfo.signatures; if (signatures == null) { Loading @@ -185,7 +184,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"); Loading