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

Commit 4f1a609a authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Removed useless testapi annotation am: 8665a75c

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1982212

Change-Id: I214e9730721e52a693b4ae363b9d04b0ff71a666
parents 39b74608 8665a75c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package android.bluetooth;

import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.annotation.TestApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;
import android.os.Parcel;
@@ -302,7 +301,6 @@ public final class BluetoothClass implements Parcelable {
     *
     * @hide
     */
    @TestApi
    public int getClassOfDevice() {
        return mClass;
    }