Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68187564 authored by Grace Kloba's avatar Grace Kloba Committed by Android (Google) Code Review
Browse files

Merge "Temp disable plugin's signature checking."

parents 9ff1f96f 6870eba1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");