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

Commit 3bb4bdd4 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Sometimes to step forward, we need to go back. [1/2]

Change-Id: Ibff95298dc2e6c09675018ad0c45506589b6312a
parent 4a515356
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,9 +23,8 @@ import android.util.Log;

/**
 * Out Of Band Data for Bluetooth device.
 * @hide
 */
public final class OobData implements Parcelable {
public class OobData implements Parcelable {
    private byte[] securityManagerTk;

    public byte[] getSecurityManagerTk() {