summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-12-06 17:20:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-06 17:20:25 +0000
commit24718a112544d133e4d0f401d6be121e4fe7c5ab (patch)
treebd6c034f2387606e6ba15b5e7ee8587608e0233d
parent21f031fea1eeebf737fd5e63a8294902e7c7cdec (diff)
parent818e140120bf57fe70e73d02b5dcf2fe3fe73cdb (diff)
Merge "Remove refererence from public API to flagged API in FileIntegrityManager" into main
-rw-r--r--core/java/android/security/FileIntegrityManager.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/security/FileIntegrityManager.java b/core/java/android/security/FileIntegrityManager.java
index dae3202b2043..025aac962fb9 100644
--- a/core/java/android/security/FileIntegrityManager.java
+++ b/core/java/android/security/FileIntegrityManager.java
@@ -53,10 +53,10 @@ public final class FileIntegrityManager {
* verification, although the app APIs are only made available to apps in a later SDK version.
* Only when this method returns true, the other fs-verity APIs in the same class can succeed.
*
- * <p>The app may not need this method and just call the other APIs (i.e. {@link
- * #setupFsVerity(File)} and {@link #getFsVerityDigest(File)}) normally and handle any failure.
- * If some app feature really depends on fs-verity (e.g. protecting integrity of a large file
- * download), an early check of support status may avoid any cost if it is to fail late.
+ * <p>The app may not need this method and just call the other APIs normally and handle any
+ * failure. If some app feature really depends on fs-verity (e.g. protecting integrity of a
+ * large file download), an early check of support status may avoid any cost if it is to fail
+ * late.
*
* <p>Note: for historical reasons this is named {@code isApkVeritySupported()} instead of
* {@code isFsVeritySupported()}. It has also been available since API level 30, predating the