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

Commit 5772ba2b authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "Checksum.java: fix links to fsverity documentation" into main am:...

Merge "Checksum.java: fix links to fsverity documentation" into main am: aab5d0f0 am: 8c78e209 am: 830d71aa am: 7f9ca9e3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2647082



Change-Id: Iceeb0adc34dc25b180f969fc87e52c11e3a27d61
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c8206794 7f9ca9e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -40,11 +40,11 @@ public final class Checksum implements Parcelable {
    /**
    /**
     * Root SHA256 hash of a 4K Merkle tree computed over all file bytes.
     * Root SHA256 hash of a 4K Merkle tree computed over all file bytes.
     * <a href="https://source.android.com/security/apksigning/v4">See APK Signature Scheme V4</a>.
     * <a href="https://source.android.com/security/apksigning/v4">See APK Signature Scheme V4</a>.
     * <a href="https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/tree/Documentation/filesystems/fsverity.rst">See fs-verity</a>.
     * <a href="https://www.kernel.org/doc/html/latest/filesystems/fsverity.html">See fs-verity</a>.
     *
     *
     * Recommended for all new applications.
     * Recommended for all new applications.
     * Can be used by kernel to enforce authenticity and integrity of the APK.
     * Can be used by kernel to enforce authenticity and integrity of the APK.
     * <a href="https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/tree/Documentation/filesystems/fsverity.rst#">See fs-verity for details</a>
     * <a href="https://www.kernel.org/doc/html/latest/filesystems/fsverity.html">See fs-verity for details</a>
     *
     *
     * @see PackageManager#requestChecksums
     * @see PackageManager#requestChecksums
     */
     */