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

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

Merge "Turn on plugin signature checking."

parents 4d2d90a3 26f1faa1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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) {
@@ -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");