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

Commit aa38e194 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

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

parents 56b5f1bc fa164f55
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 || true;
    private static final boolean ALLOW_NON_PRELOADS_SYSTEM_SIGNATURE = Build.IS_DEBUGGABLE;

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