diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2022-03-09 19:22:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-03-09 19:22:57 +0000 |
commit | 7897cdc217ebbe59577cada816a231e4685cf770 (patch) | |
tree | 27b02b61d857ed8c059ee08fcba7b010d28882c9 /framework/java/android/bluetooth/BluetoothCodecConfig.java | |
parent | b8b43e09300aa7482375e27a98cf65c4a959f731 (diff) | |
parent | 4c28ea22dc8647f38961b5be8d195698d02186d6 (diff) |
Merge "Fix after API_review" into tm-dev
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; } |