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

Commit 5003e792 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not force to verify priv apps on boot" into rvc-dev

parents 22e9ee74 02a58171
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -595,8 +595,8 @@ public class PackageManagerServiceUtils {

    /** Returns true to force apk verification if the package is considered privileged. */
    static boolean isApkVerificationForced(@Nullable PackageSetting ps) {
        return ps != null && ps.isPrivileged() && (
                isApkVerityEnabled() || isLegacyApkVerityEnabled());
        // TODO(b/154310064): re-enable.
        return false;
    }

    /**