Merge "Dont call close in in BluetoothA2dp finalize"

This commit is contained in:
Mike Lockwood
2014-12-04 21:41:12 +00:00
committed by Gerrit Code Review

View File

@@ -199,7 +199,8 @@ public final class BluetoothA2dp implements BluetoothProfile {
}
public void finalize() {
close();
// The empty finalize needs to be kept or the
// cts signature tests would fail.
}
/**
* Initiate connection to a profile of the remote bluetooth device.