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

Commit 2d8ec1f4 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "BluetoothHealth: hide auto-created default constructors" am: 463454432b

am: f556ebd1

Change-Id: If1410685d139f44a87648bfdb87094cd30ec8462
parents bd5c7f40 f556ebd1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -99,6 +99,11 @@ public final class BluetoothHealth implements BluetoothProfile {
    @Deprecated
    public static final int CHANNEL_TYPE_STREAMING = 11;

    /**
     * Hide auto-created default constructor
     * @hide
     */
    BluetoothHealth() {}

    /**
     * Register an application configuration that acts as a Health SINK.
+7 −0
Original line number Diff line number Diff line
@@ -33,6 +33,13 @@ import android.os.Parcelable;
 */
@Deprecated
public final class BluetoothHealthAppConfiguration implements Parcelable {

    /**
     * Hide auto-created default constructor
     * @hide
     */
    BluetoothHealthAppConfiguration() {}

    @Override
    public int describeContents() {
        return 0;