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

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

Merge "Removing errant @hide annotation"

parents e964ae5b d407c0be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42911,6 +42911,7 @@ package android.security.keystore {
    method @NonNull public android.security.keystore.KeyProtection.Builder setDigests(java.lang.String...);
    method @NonNull public android.security.keystore.KeyProtection.Builder setEncryptionPaddings(java.lang.String...);
    method @NonNull public android.security.keystore.KeyProtection.Builder setInvalidatedByBiometricEnrollment(boolean);
    method @NonNull public android.security.keystore.KeyProtection.Builder setIsStrongBoxBacked(boolean);
    method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityEnd(java.util.Date);
    method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityForConsumptionEnd(java.util.Date);
    method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityForOriginationEnd(java.util.Date);
+0 −1
Original line number Diff line number Diff line
@@ -1031,7 +1031,6 @@ public final class KeyProtection implements ProtectionParameter, UserAuthArgs {

        /**
         * Sets whether this key should be protected by a StrongBox security chip.
         * @hide
         */
        @NonNull
        public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) {