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

Commit 882b461a authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Parcelable classes should always be final.

Also hide ConnectivityMetricsEvent which isn't being used yet.

Bug: 27415331
Change-Id: Iacdccddda504f3f669185f807b4f35b8dc2b0212
parent fbbadd95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.util.Log;
/**
 * Out Of Band Data for Bluetooth device.
 */
public class OobData implements Parcelable {
public final class OobData implements Parcelable {
    private byte[] securityManagerTk;

    public byte[] getSecurityManagerTk() {