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

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

Removed useless testapi annotation am: 8665a75c am: 4f1a609a

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

Change-Id: Ibb59303a6240a8271e16db69f5f7d482255695d7
parents 1aecee04 4f1a609a
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;
    }