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

Commit c621479c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Disallow installation of UIDs associated platform-signature."" into main

parents adfb5266 9fe38829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ import java.util.Map;
 * as install) led to the request.
 */
final class ReconcilePackageUtils {
    private static final boolean ALLOW_NON_PRELOADS_SYSTEM_SIGNATURE = Build.IS_DEBUGGABLE;
    private static final boolean ALLOW_NON_PRELOADS_SYSTEM_SIGNATURE = Build.IS_DEBUGGABLE || true;

    public static List<ReconciledPackage> reconcilePackages(
            List<InstallRequest> installRequests,