diff --git a/core/java/android/net/IpSecAlgorithm.java b/core/java/android/net/IpSecAlgorithm.java index 61b2a59f52..a4f7b7454b 100644 --- a/core/java/android/net/IpSecAlgorithm.java +++ b/core/java/android/net/IpSecAlgorithm.java @@ -74,8 +74,6 @@ public final class IpSecAlgorithm implements Parcelable { * requested on an unsupported device. * *

@see {@link #getSupportedAlgorithms()} - * - * @hide */ // This algorithm may be available on devices released before Android 12, and is guaranteed // to be available on devices first shipped with Android 12 or later. @@ -142,8 +140,6 @@ public final class IpSecAlgorithm implements Parcelable { * requested on an unsupported device. * *

@see {@link #getSupportedAlgorithms()} - * - * @hide */ // This algorithm may be available on devices released before Android 12, and is guaranteed // to be available on devices first shipped with Android 12 or later. @@ -180,8 +176,6 @@ public final class IpSecAlgorithm implements Parcelable { * requested on an unsupported device. * *

@see {@link #getSupportedAlgorithms()} - * - * @hide */ // This algorithm may be available on devices released before Android 12, and is guaranteed // to be available on devices first shipped with Android 12 or later. @@ -314,8 +308,6 @@ public final class IpSecAlgorithm implements Parcelable { * *

Some algorithms may not be supported on old devices. Callers MUST check if an algorithm is * supported before using it. - * - * @hide */ @NonNull public static Set getSupportedAlgorithms() {