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

Commit fa164f55 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Disallow installation of UIDs associated platform-signature.

Bug: 308573259
Test: presubmit+postsubmit
Change-Id: Id58ebae26b384ff57c1c6ec49565312584eb0d8b
parent 8f507167
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,