diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2022-03-10 00:09:32 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-03-10 00:09:32 +0000 |
commit | 90918237ef94dad848a6ae103966c28a2df99367 (patch) | |
tree | e8af51e504662bec81eac8c3a37c87701eb5ea63 /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | 1475d0d26b825d943ea38496a09673a8e86d5537 (diff) | |
parent | 51405bd7956323dd27654533921355c7e44d8668 (diff) |
Merge "Fix after API_review"
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothCodecConfig.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java index b7609c5d64..d0e426853c 100644 --- a/framework/java/android/bluetooth/BluetoothCodecConfig.java +++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java @@ -19,7 +19,6 @@ package android.bluetooth; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; -import android.annotation.SystemApi; import android.compat.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcelable; @@ -485,9 +484,7 @@ public final class BluetoothCodecConfig implements Parcelable { * See {@link #SOURCE_CODEC_TYPE_SBC}. * * @return {@code true} if the codec is mandatory, {@code false} otherwise - * @hide */ - @SystemApi public boolean isMandatoryCodec() { return mCodecType == SOURCE_CODEC_TYPE_SBC; } |